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:
Diffstat (limited to 'assets/css/_ublogger.scss')
-rw-r--r--assets/css/_ublogger.scss40
1 files changed, 37 insertions, 3 deletions
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index 996cd3b..e89fc45 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -79,7 +79,7 @@ body {
}
- .s {
+ .str {
font-weight: bold;
[theme=dark] & {
@@ -87,7 +87,7 @@ body {
}
}
- .m {
+ .marker-text {
background: #fff3bc;
font-style: inherit;
padding: 4px 7px 6px;
@@ -272,9 +272,16 @@ a.post-tag-summary {
}
.img-frame {
+
+ margin-bottom: 1.5rem;
+
img {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
+
+ p {
+ margin: 0;
+ }
}
.list-smile {
@@ -902,7 +909,7 @@ figure {
margin-right: -60px;
margin-left: -60px;
- .code-header, .table-wrapper, .admonition {
+ pre, .table-wrapper, .admonition {
border-radius: 0 !important;
}
@@ -1175,5 +1182,32 @@ figure {
user-select: none;
}
+code:not([class*="language-"]) {
+ background: #f5f2f0;
+ padding: .4rem;
+ border-radius: 3px;
+ font-size: .9rem;
+ [theme=dark] & {
+ color: #161209;
+ }
+}
+
+pre[class*="language-"] {
+ border-radius: 10px;
+}
+
+code[class*="language-"], pre[class*="language-"] {
+ line-height: 1.4;
+ font-size: 1.05rem;
+
+ marker {
+ background: rgba(242,201,76,0.35);
+ border-radius: 3px;
+ color: inherit;
+ margin: 1px 0;
+ padding: 3.2px 0;
+ }
+}
+
@import "_partial/share-icon";
@import "ublogger_media"; \ No newline at end of file