-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewsad.css
48 lines (38 loc) · 815 Bytes
/
newsad.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
body {
background-color: #fff9f3;
}
a, .tag {
color: #444 !important;
}
.tag {
background-color: #e3dacf !important;
}
h1 {
font-family: 'Noto Serif', serif !important;
color:#52483c !important;
text-shadow: 0px 7px 8px #c7b9a9;
}
h6 {
color:#363636b5 !important;
font-family: 'Noto Serif', serif !important;
}
#detail-img {
width: auto !important;
box-shadow: 0px 5px 9px 5px #52483c70;
}
#detail-card, #cat-similar .card, #cat-cols .card, #recent .card {
background-color: #fcf7f1;
}
#detail-view .header {
background-color: #52483c !important;
}
#detail-title {
font-family: 'Glory', sans-serif !important;
color:#fff9f3 !important;
}
.footer, #header-title {
background-color: #F4EDE7;
}
#rand-button {
border: 1px solid #52483c33;
}