mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Use text-stroke instead of text-shadow in user page titles
This commit is contained in:
@ -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;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user