commit 8cf8cc39bf1928d49b48d7143761524d613f5388
parent 0cde531a30537ceb148f5e401e8ad5602bd6fe2d
Author: alex wennerberg <alex@alexwennerberg.com>
Date: Sat, 8 Apr 2023 17:14:08 -0400
update styling
Diffstat:
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/src/style.css b/src/style.css
@@ -1,16 +1,18 @@
body {
font-size:18px;
background-color: black;
+ color: white;
margin: auto;
font-family: "Roboto", Helvetica, Arial, Sans-serif;
word-wrap: break-word;
line-height: 1.5;
}
-header { background: #00ffc3; color: black; padding: 25px; border-bottom: 1px solid black; }
-footer { color: white; line-height: 30px; clear:both; padding:15px; border-top: 1px solid #00ffc3; }
+header { ; padding: 25px; border-bottom: 1px solid #222; }
+nav ul { list-style-type: none }
+footer { color: white; line-height: 30px; clear:both; padding:15px; border-top: 1px solid #222; }
-nav { color: white; padding: 45px; float: left; }
+nav { color: white; padding: 25px; float: left; }
nav details summary { margin-bottom: 30px }
main { color: white; padding: 25px; float:left; max-width:700px; }
@@ -19,7 +21,7 @@ blockquote { font-style: italic; }
main a:hover { text-decoration: underline; background-color: white; }
a, a:visited {
- color: inherit;
+ color: #00ffc3;
}
h1, h2, h3, h4, h5, h6{
@@ -34,11 +36,6 @@ p {
margin-top: 0px;
}
-a {
- font-weight: bold;
- text-decoration: underline;
-}
-
pre {
line-height: 1.2;
font-size: 1rem;