generated from gautamkrishnar/github-pages-gallery
-
Notifications
You must be signed in to change notification settings - Fork 2
/
custom.css
51 lines (41 loc) · 856 Bytes
/
custom.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
49
50
51
/* Your custom styles goes here */
h1 a, h2, h3 {
color: #000000 !important;
text-shadow: 2px 2px #FFFFFF !important;
font-weight: bold !important;
}
header {
color: #474747 !important;
}
body {
color: #474747 !important;
border-top: unset !important;
background-color: #999 !important;
}
footer {
border-top: 1px solid #888 !important;
color: #474747 !important;
}
nav.breadcrumbs .mask {
background-color: #474747 !important;
}
nav.breadcrumbs {
background: unset !important;
border-bottom: unset !important;
}
nav.breadcrumbs a {
color: white !important;
padding: 5px !important;
}
nav.breadcrumbs .mask {
background-color: #474747 !important;
}
header, footer, time, .date {
display: none !important;
}
nav.breadcrumbs a {
background-color: #474747 !important;
}
ol, ul {
text-align: center !important;
}