reinit 3. git reset --hard was not right. thanks ai

This commit is contained in:
iceyrazor
2024-11-24 04:50:59 -06:00
commit 0b274c969e
211 changed files with 26301 additions and 0 deletions

16
.surf/styles/default.css Normal file
View 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;
}