summaryrefslogtreecommitdiff
path: root/surf/style/default.css
blob: 5cd091be81f55a8a5f10e436662c58bcfdb084f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*,div,pre,textarea,body,input,td,tr,p {
	    background-color: #202020 !important;
	        background-image: none !important;
		    color: #bbbbbb !important;
}
h1,h2,h3,h4 {
	background-color: #202020 !important;
	color: #b8ddea !important;
}
img {
	opacity: .5;
}
img:hover {
	opacity: 1;
}