mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2025-02-09 16:18:37 +01:00
Use text-stroke instead of text-shadow in user page titles
This commit is contained in:
parent
56d0ff2158
commit
71aa4c0249
@ -16,9 +16,7 @@ img.fav-avatar {
|
|||||||
|
|
||||||
div.card-header-title, div.card-header-icon {
|
div.card-header-title, div.card-header-icon {
|
||||||
color: black;
|
color: black;
|
||||||
text-shadow:
|
-webkit-text-stroke: 2px white;
|
||||||
-1px -1px 0 #FFF,
|
-moz-text-stroke: 2px white;
|
||||||
1px -1px 0 #FFF,
|
text-stroke: 2px white;
|
||||||
-1px 1px 0 #FFF,
|
|
||||||
1px 1px 0 #FFF;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user