blob: 771e55be33b6e36e405aa35e962ee6681d7df54d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
body {
color: #F2F6F3;
background: #151515;
text-align: justify;
}
p img, li img, h1 img, h2 img, h3 img, h4 img, dt img {
max-height: 1em;
max-width: 1em;
vertical-align: middle ;
}
a { color: #A5D6FF ; text-decoration: none ;}
dl {
display: inline-flex;
text-align: center;
}
|