aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/rsrc/css/import
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2023-02-01 13:10:10 +0100
committerThomas Lange <code@nerdmind.de>2023-02-01 13:10:10 +0100
commitef6a02320c49d7117fb5b90e364de80535d4b933 (patch)
treea4f9d9020c79b28d0b69217b3f639f305262a047 /theme/admin/rsrc/css/import
parentf2ce158f43926d97be1e7147f019944704312ff1 (diff)
downloadblog-ef6a02320c49d7117fb5b90e364de80535d4b933.tar.gz
blog-ef6a02320c49d7117fb5b90e364de80535d4b933.tar.xz
blog-ef6a02320c49d7117fb5b90e364de80535d4b933.zip
Remove "text-shadow" property from header text
Diffstat (limited to 'theme/admin/rsrc/css/import')
-rw-r--r--theme/admin/rsrc/css/import/_styles.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/theme/admin/rsrc/css/import/_styles.scss b/theme/admin/rsrc/css/import/_styles.scss
index 53edf5b..4ee4f5b 100644
--- a/theme/admin/rsrc/css/import/_styles.scss
+++ b/theme/admin/rsrc/css/import/_styles.scss
@@ -163,7 +163,6 @@ body {
line-height: 1rem;
}
&-text, &-desc {
- text-shadow: 0 -1px #4E718F, 1px 0 #4E718F, 0 1px #4E718F, -1px 0 #4E718F;
color: $headerBarTextColor;
font-weight: bold;
}