summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-01-22 22:50:41 +0000
committerPaul Buetow <paul@buetow.org>2022-01-22 22:50:41 +0000
commit17c93d9e2116e592ebde1c8af202de7c792c68f3 (patch)
treee2bfad361ecf00725fdef1f18e105507571f481f
parent957a73c4d20d62d86c9fca1bc37e20312e6274ba (diff)
improve style
-rw-r--r--gemfeed/style.css4
-rw-r--r--style.css2
2 files changed, 3 insertions, 3 deletions
diff --git a/gemfeed/style.css b/gemfeed/style.css
index 0269e63e..2c9d06ce 100644
--- a/gemfeed/style.css
+++ b/gemfeed/style.css
@@ -3,7 +3,7 @@ body {
padding-left: 11px;
padding-right: 11px;
max-width: 900px;
- background-color: #ffffff;
+ background-color: #8fbc8f;
color: #ddddce;
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
font-style: normal;
@@ -78,7 +78,7 @@ pre {
background-color: #000000;
margin: 5px;
padding: 23px;
- border: 29px double white;
+ border: 29px double #8fbc8f;
}
a.textlink:before {
diff --git a/style.css b/style.css
index 0269e63e..b9d4ff37 100644
--- a/style.css
+++ b/style.css
@@ -3,7 +3,7 @@ body {
padding-left: 11px;
padding-right: 11px;
max-width: 900px;
- background-color: #ffffff;
+ background-color: #8fbc8f;
color: #ddddce;
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
font-style: normal;