Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
stroll
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
11
Wiki
Attività
Sfoglia il codice sorgente
Reset to dark gray
tags/v0.7.0
Fen Dweller
7 anni fa
parent
1f432f37ea
commit
b94646c34c
1 ha cambiato i file
con
3 aggiunte
e
3 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
style.css
+ 3
- 3
style.css
Vedi File
@@ -7,7 +7,7 @@
.dark {
color: #eee;
background: #
000
;
background: #
111
;
font-family: Arial;
}
@@ -41,7 +41,7 @@ body.dark button {
}
body.dark div {
background: #
000
;
background: #
111
;
}
.game-area {
@@ -77,7 +77,7 @@ body.dark #log {
height: 900px;
overflow: auto;
color: #eee;
background-color: #
222
;
background-color: #
111
;
}
.stat-header-self {
Write
Preview
Loading…
Annulla
Salva