summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-26 16:09:37 +0000
committerPaul Buetow <paul@buetow.org>2021-12-26 16:09:37 +0000
commitbb8ea164a610d97592d80e3cfee879974e5d06b6 (patch)
treedb45a401b58c3888cb71da3996b694fcee4166ac /style.css
parent080b45fcd07a531754ca4045a40c94675c38ad40 (diff)
new style
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/style.css b/style.css
index 3eeced17..3823c459 100644
--- a/style.css
+++ b/style.css
@@ -4,8 +4,8 @@ body {
padding-right: 10px;
max-width: 900px;
font-family: "courier new";
- background-color: #ffffff;
- color: #000000;
+ background-color: #37585E;
+ color: #bbbfbf;
}
h1,h2,h3 {
@@ -13,17 +13,17 @@ h1,h2,h3 {
}
a {
- color: #174f14;
+ color: cyan;
text-decoration: none;
}
a:hover {
- color: #c0f;
- text-decoration: none;
+ color: #55bc90;
+ text-decoration: underline;
}
li {
- color: #174f14;
+ color: cyan;
}
img {