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/_partial/_single/_code.scss')
-rw-r--r--assets/css/_partial/_single/_code.scss17
1 files changed, 10 insertions, 7 deletions
diff --git a/assets/css/_partial/_single/_code.scss b/assets/css/_partial/_single/_code.scss
index e0d65da..38d70a0 100644
--- a/assets/css/_partial/_single/_code.scss
+++ b/assets/css/_partial/_single/_code.scss
@@ -1,7 +1,7 @@
code {
display:inline-block;
max-width: 100%;
- padding: 0 .4rem;
+ padding: .1rem .4rem 0 .4rem;;
@include overflow-wrap(break-word);
@include line-break(anywhere);
font-size: $code-font-size;
@@ -14,6 +14,12 @@ code {
}
}
+em {
+ code {
+ line-height: 1.8rem;
+ }
+}
+
pre {
margin: 0;
padding: .25rem 0 .25rem .5rem;
@@ -57,7 +63,7 @@ code, pre, .highlight table, .highlight tr, .highlight td {
.highlight {
line-height: 1.4em;
- margin: .5rem 0;
+ margin: $margin-article;
> .chroma {
position: relative;
@@ -73,11 +79,8 @@ code, pre, .highlight table, .highlight tr, .highlight td {
color: $code-info-color;
background: darken($code-background-color, 8%);
border-radius: 6px;
-
- [theme=dark] & {
- color: $code-info-color-dark;
- background: darken($code-background-color-dark, 6%);
- }
+ transition-property: background-color, color;
+ transition-duration: 0.5s;
&:hover {
cursor: pointer;