comparison myw2/static/index.css @ 140:ae6b4032a912

myrss2: FEEDS: Add jabberwocking.com, remove danielmiessler.com
author paulo
date Mon, 03 Jul 2023 04:40:23 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a126bb5b9d9f
1 body
2 {
3 background-color: #111;
4 color: #ccc;
5 }
6
7 a:link
8 {
9 color: #831;
10 }
11
12 a:visited
13 {
14 color: gray;
15 }
16
17 div {
18 text-align: center;
19 line-height: 2;
20 font-size: 500%;
21 }