Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-03 10:39:29 +0300
committeruPagge <git@upagge.ru>2021-03-03 10:39:29 +0300
commit7b230ae5cacf550adbce7a62550f82ff211518ee (patch)
treea8481fafecc0001beab6d52d344ca47a52cdc849
parent62dfa8b98ed0897c7b59eb7f10bba7a0409b100c (diff)
em css fix
-rw-r--r--assets/css/_ublogger.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index 48a00f9..9909644 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -101,8 +101,9 @@ article {
em {
background: #fff3bc;
- padding-bottom: 1px;
font-style: inherit;
+ padding: 4px 7px 6px;
+ box-decoration-break: clone;
[theme=dark] & {
background: #AE8029;