summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-26 16:08:12 +0000
committerPaul Buetow <paul@buetow.org>2021-12-26 16:08:12 +0000
commit1980759e95ab3c2a962e4291ed61f819f19965ec (patch)
tree6c742a42294e4f95ce9bfc265cfb08ce68e28a2a
parentc54324ca788926a5a4605b36edf8fcf80136834c (diff)
new css style
-rw-r--r--style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/style.css b/style.css
index 3eeced1..3823c45 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 {