summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-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 ;
}