From da0b1ae00b2dc52e6baa2e7a3f96b622fc1f2315 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sun, 9 Jun 2019 22:15:02 +0200 Subject: Don't track files generated by Zola --- public/main.css | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 public/main.css (limited to 'public/main.css') 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; } -- cgit v1.2.3