diff options
author | Prefetch | 2019-06-09 22:15:02 +0200 |
---|---|---|
committer | Prefetch | 2019-06-09 22:15:02 +0200 |
commit | da0b1ae00b2dc52e6baa2e7a3f96b622fc1f2315 (patch) | |
tree | f5ef16a155be448b2f54dd89ff0aa3324d5cbb04 /public/main.css | |
parent | fe4bd53f01c469ad62848fbc85b06185b9f1e653 (diff) |
Don't track files generated by Zola
Diffstat (limited to 'public/main.css')
-rw-r--r-- | public/main.css | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/public/main.css b/public/main.css deleted file mode 100644 index 0394165..0000000 --- a/public/main.css +++ /dev/null @@ -1,29 +0,0 @@ -body { - background-color:#282c34; - color:#abb2bf; - max-width:72ch; - text-align:justify; - margin:auto; - padding:2ch; -} - -a { - text-decoration:none; - color:#61afef; -} - -.content { min-height: calc(100vh - 20ch); } - -.navbar a:link { color:#abb2bf; } -.navbar a:visited { color:#abb2bf; } -.navbar a:focus { color:#61afef; } -.navbar a:hover { color:#61afef; } -.navbar a:active { color:#61afef; } -.navbar { - display:flex; - flex-direction:row; - font-size:24px; - text-align:right; -} -.navitem { flex:1; } -.navhome { text-align:left; } |