summaryrefslogtreecommitdiffstats
path: root/.local/share/surf/styles/dark.css
blob: 0432c136a3d33b4684e671dfe626b240655e0b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*,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;
}