summaryrefslogtreecommitdiffstats
path: root/.local/share/surf/styles/dark.css
blob: 235a8c3ad961c6d208e112d2c247a84747ce31e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*,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: #fbf1c7 !important; */
}
a {
	color: #83a598 !important;
}
h1,h2,h3,h4 {
    /* background-color: #202020 !important; */
    color: #ebdbb2 !important;
    /* color: #fbf1c7 !important; */
}