index.md - sites - public wiki contents of suckless.org
(HTM) git clone git://git.suckless.org/sites
(DIR) Log
(DIR) Files
(DIR) Refs
---
index.md (576B)
---
1 Black css theme
2 ===============
3
4 Description
5 -----------
6
7 This file must be deployed into ~/.surf/styles/default.css to get a
8 black themed surf
9
10 pre,textarea,body,input,td,tr,p {
11 background-color: black !important;
12 background-image: none !important;
13 color: #e0e0e0 !important;
14 }
15
16 div {
17 background-color: #202020 !important;
18 background-image: none !important;
19 color: #e0e0e0 !important;
20 }
21
22 h1,h2,h3,h4 {
23 background-color: black !important;
24 color: #e02020 !important;
25 }
26
27 a {
28 color: #5050f0 !important;
29 }
30
31 Author
32 ------
33
34 * pancake <pancake@nopcode.org>