Mercurial > hg > index.fcgi > www > www-1
view index.css @ 140:ae6b4032a912
myrss2: FEEDS: Add jabberwocking.com, remove danielmiessler.com
author | paulo |
---|---|
date | Mon, 03 Jul 2023 04:40:23 +0000 |
parents | b1038ce571d3 |
children |
line source
1 body
2 {
3 background-color: #111;
4 color: #ccc;
5 }
7 a:link
8 {
9 color: #831;
10 }
12 a:visited
13 {
14 color: gray;
15 }
17 table.index td
18 {
19 padding-right: 15px;
20 }
22 div.index_date
23 {
24 font-size: small;
25 color: #666;
26 }
28 div.email
29 {
30 font-size: small;
31 }
33 div.debug
34 {
35 font-family: monospace;
36 font-size: x-small;
37 }