summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-04-16 11:05:37 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-04-16 11:05:37 -0400
commitc996300db6ae193f2737bc1e55ea63553641ebf9 (patch)
tree67e92a249c657850783778cb1a849ed840e9f15c /static
parent3cf64696e4602e4b8d2cedc54f20b6b968707ad8 (diff)
warm colors, close #221
Diffstat (limited to 'static')
-rw-r--r--static/style.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css
index efbcec6..bd43f1c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,11 +1,12 @@
body {
background: #151515 ;
- color: #ccc ;
+ color: navajowhite ;
max-width: 850px ;
margin: auto ;
padding: 0 16px ;
margin-bottom: 500px ;
scrollbar-color: gray #151515;
+ font-family: sans-serif ;
}
::-webkit-scrollbar {
@@ -15,17 +16,23 @@ body {
::-webkit-scrollbar-thumb {
background-color: gray;
border-radius: 5px;
-}font-family: sans-serif ;
+}
a {
- color: lightblue ;
+ color: gold ;
+}
+
+.tagcloud a {
+ color: darkorange ;
}
a:visited {
- color: gray ;
+ color: darkgoldenrod ;
}
h1 {
+ border-style: solid ;
+ border-width: 0px 0px 2px 0px ;
text-align: center ;
}