sheep-market

10.000 sheep created by online workers  https://p.ce9e.org/sheep-market/
git clone https://git.ce9e.org/sheep-market.git

commit
1d0922fc854b8757ca2c2ee6f83f79500315a00c
parent
c937d37da544806b6f274714f12afd5637529b6c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-01-04 15:24
improve contrast

Diffstat

M style.css 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/style.css b/style.css

@@ -16,7 +16,7 @@ body {
   16    16 }
   17    17 
   18    18 a {
   19    -1     color: #999;
   -1    19     color: #777;
   20    20 }
   21    21 
   22    22 a:hover {
@@ -35,7 +35,7 @@ footer {
   35    35     font-size: 80%;
   36    36     text-align: center;
   37    37     padding: 0.5em;
   38    -1     color: #999;
   -1    38     color: #777;
   39    39 }
   40    40 
   41    41 .top {