summaryrefslogtreecommitdiffstats
path: root/htdocs/style.css
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2022-04-23 18:17:12 -0230
committerSam Anthony <sam@samanthony.xyz>2022-04-23 20:03:08 -0230
commit5ad2cb5fd0ff73db8263dda792e69508873f1de2 (patch)
tree5351393a4cf035a64dbb9be993c86b984fd0e76c /htdocs/style.css
parent0c4551dee05609e484221fe40827cf36a9966a93 (diff)
downloadsamanthony.xyz-5ad2cb5fd0ff73db8263dda792e69508873f1de2.zip
add index page
Diffstat (limited to 'htdocs/style.css')
-rw-r--r--htdocs/style.css40
1 files changed, 0 insertions, 40 deletions
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;
-}