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
path: root/assets
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-15 20:41:11 +0300
committeruPagge <git@upagge.ru>2021-03-15 20:41:11 +0300
commit81c80090bd44b28a8fc147659ecd124b247ca118 (patch)
treebc4eea96944a6f694ad7b65156d0272e3f1b13fb /assets
parentf11f74c126f6558140f8d3bb8ab53a8d7295eb0e (diff)
fix css html5
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_page/_single.scss2
-rw-r--r--assets/css/_ublogger.scss10
2 files changed, 10 insertions, 2 deletions
diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss
index 8c00ceb..3b459bb 100644
--- a/assets/css/_page/_single.scss
+++ b/assets/css/_page/_single.scss
@@ -100,7 +100,7 @@
}
b, strong {
- font-weight: bold;
+ font-weight: normal;
[theme=dark] & {
color: #ddd;
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index ef7d548..b740289 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -88,7 +88,15 @@ header {
}
- em {
+ .s {
+ font-weight: bold;
+
+ [theme=dark] & {
+ color: #ddd;
+ }
+ }
+
+ .m {
background: #fff3bc;
font-style: inherit;
padding: 4px 7px 6px;