reinit 3. git reset --hard was not right. thanks ai
This commit is contained in:
16
.surf/styles/default.css
Normal file
16
.surf/styles/default.css
Normal file
@@ -0,0 +1,16 @@
|
||||
*,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user