summaryrefslogtreecommitdiff
path: root/public/main.css
diff options
context:
space:
mode:
authorPrefetch2019-06-09 22:15:02 +0200
committerPrefetch2019-06-09 22:15:02 +0200
commitda0b1ae00b2dc52e6baa2e7a3f96b622fc1f2315 (patch)
treef5ef16a155be448b2f54dd89ff0aa3324d5cbb04 /public/main.css
parentfe4bd53f01c469ad62848fbc85b06185b9f1e653 (diff)
Don't track files generated by Zola
Diffstat (limited to 'public/main.css')
-rw-r--r--public/main.css29
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; }