This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
satiate
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Use white text with a black outline instead of difference-mode white text for stat bars
tags/v0.1.3
Fen Dweller
5 years ago
parent
d45a31bcb2
commit
7c4b77556a
1 changed files
with
8 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
satiate.css
+ 8
- 1
satiate.css
View 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…
Cancel
Save