comparison dmd/dmd.css @ 120:86e71857d99e

myw2: update radar URL; add flask_run_dev.sh
author paulo
date Sat, 16 Jan 2021 01:53:09 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d9df97426de3
1 body
2 {
3 background-color: black;
4 color: #DDD;
5 text-align: center;
6 font-family: serif;
7 }
8
9 h1
10 {
11 font-family: sans-serif;
12 }
13
14 a:link
15 {
16 color: red;
17 }
18
19 a:visited
20 {
21 color: gray;
22 }