view myrss/index.css @ 107:24a967efbf3e

add dmd
author paulo
date Fri, 03 Apr 2020 23:58:24 -0700
parents 23235139f34d
children
line source
1 @import "../index.css";
3 h1
4 {
5 font-family: "sans-serif";
6 }
8 h2
9 {
10 font-family: "sans-serif";
11 }
13 a:link
14 {
15 text-decoration: none;
16 }
18 a:hover
19 {
20 text-decoration: underline;
21 }
23 a.z1
24 {
25 color: #A31;
26 }
28 a.z2
29 {
30 color: #851;
31 }
33 a.z3
34 {
35 color: #833;
36 }
38 p:first-line
39 {
40 font-weight: bold;
41 }