summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-19 23:29:08 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-19 23:29:08 +0100
commit90d86d3c055191b35665a764740d555c204df60c (patch)
tree221bbb9ed2d58ace807c124b73fad69ede69914d
parent17192e71b0ee5c2bada867e991d7d2b735fc4d33 (diff)
Add colors for hyperlinks
-rw-r--r--static/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 6c0a7f5..51d9633 100644
--- a/static/style.css
+++ b/static/style.css
@@ -47,6 +47,18 @@ ul {
padding: 0;
}
+a {
+ color: #BAD7FF ;
+}
+
+a:hover {
+ color: white ;
+}
+
+a:visited {
+ color: #7E97AB ;
+}
+
footer {
max-width: 300px ;
background: #151515 ;