Black css theme
Description
This file must be deployed into ~/.surf/styles/default.css to get a black themed surf
pre,textarea,body,input,td,tr,p {
background-color: black !important;
background-image: none !important;
color: #e0e0e0 !important;
}
div {
background-color: #202020 !important;
background-image: none !important;
color: #e0e0e0 !important;
}
h1,h2,h3,h4 {
background-color: black !important;
color: #e02020 !important;
}
a {
color: #5050f0 !important;
}
Author
- pancake pancake@nopcode.org