From 5ad2cb5fd0ff73db8263dda792e69508873f1de2 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 23 Apr 2022 18:17:12 -0230 Subject: add index page --- htdocs/style.css | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 htdocs/style.css (limited to 'htdocs/style.css') diff --git a/htdocs/style.css b/htdocs/style.css deleted file mode 100644 index d260d69..0000000 --- a/htdocs/style.css +++ /dev/null @@ -1,40 +0,0 @@ -/* General */ -body { - margin-left: 0px; - margin-right: 0px; - margin-top: 0px; - - background-color: black; - color: white; - - font-family: sans-serif; -} - -a { text-decoration: none; } -a:hover { - text-decoration: underline; - text-decoration-thickness: 0.055em; -} - -/* Navbar */ -nav { background-color: #4acaa4; } - -nav a { - margin-left: 0.2em; - - font-size: 1.6em; - font-weight: normal; - color: white; -} - -nav a:first-child .label { font-weight: bold; } - -nav .label { font-size: 0.7em; } - -nav .this-section { font-style: italic; } - -nav hr { - margin: 0px; - - color: white; -} -- cgit v1.2.3