view dmd/dmd.css @ 134:e3dd2ebf1299

myrss2: FEEDS: add PBS NewHour, The Drive; update Nautilus; remove Roads & Kingdom
author paulo
date Mon, 14 Mar 2022 08:10:48 +0000
parents
children
line source
1 body
2 {
3 background-color: black;
4 color: #DDD;
5 text-align: center;
6 font-family: serif;
7 }
9 h1
10 {
11 font-family: sans-serif;
12 }
14 a:link
15 {
16 color: red;
17 }
19 a:visited
20 {
21 color: gray;
22 }