blob: e8954e49de5e4a8755ba5a25eaabf3c47ced19be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
div,pre,textarea,body,input,select,option,button,td,tr,p {
background-color: #32302f !important;
border-color: #665c54 !important;
/* background-image: none !important; */
/* color: #ebdbb2 !important; */
color: #ebdbb2 !important;
}
a {
color: #458588 !important;
}
h1,h2,h3,h4 {
/* background-color: #202020 !important; */
color: #ebdbb2 !important;
}
/* img {
opacity: .5;
}
img:hover {
opacity: 1;
} */
|