1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-09-28 15:55:54 -04:00

Use text-stroke instead of text-shadow in user page titles

This commit is contained in:
Jason McBrayer 2018-05-09 14:23:47 -04:00
parent 56d0ff2158
commit 71aa4c0249

View File

@ -16,9 +16,7 @@ img.fav-avatar {
div.card-header-title, div.card-header-icon {
color: black;
text-shadow:
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;
-webkit-text-stroke: 2px white;
-moz-text-stroke: 2px white;
text-stroke: 2px white;
}