Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
satiate
Segui
1
Vota
0
Forka
0
Codice
Problemi
3
Pull Requests
0
Rilasci
5
Wiki
Attività
Sfoglia il codice sorgente
Use white text with a black outline instead of difference-mode white text for stat bars
tags/v0.1.3
Fen Dweller
5 anni fa
parent
d45a31bcb2
commit
7c4b77556a
1 ha cambiato i file
con
8 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
satiate.css
+ 8
- 1
satiate.css
Vedi File
@@ -256,7 +256,14 @@ a:hover {
position: absolute;
text-align: center;
z-index: 1;
mix-blend-mode: difference;
text-shadow: 2px 2px 1px black,
-2px 2px 1px black,
2px -2px 1px black,
-2px -2px 1px black,
2px 0 1px black,
-2px 0 1px black,
0 -2px 1px black,
0 -2px 1px black;
}
.stat-bar {
Write
Preview
Loading…
Annulla
Salva