fixing lists on mobile posts and changing highlight color
This commit is contained in:
parent
724d30afec
commit
b219450f3c
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
%badge {
|
%badge {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@include border-radius-all(10px);
|
@include border-radius-all(10px);
|
||||||
}
|
}
|
||||||
|
@ -90,7 +90,7 @@ h1 a.badge-category div {vertical-align: top;}
|
||||||
|
|
||||||
.badge-posts {
|
.badge-posts {
|
||||||
color: $badge-posts-color;
|
color: $badge-posts-color;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
&[href] {
|
&[href] {
|
||||||
|
|
|
@ -53,6 +53,11 @@ dd {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.cooked ul, .cooked ol, .cooked dd {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
> ul,
|
> ul,
|
||||||
> ol {
|
> ol {
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.highlighted {
|
&.highlighted {
|
||||||
background-color: $highlight_background_color;
|
background-color: $emphasis_background_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
th,
|
th,
|
||||||
|
|
|
@ -762,7 +762,7 @@ blockquote { /* solo quotes */
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 10px 0 15px 0;
|
padding: 10px 0 15px 0;
|
||||||
.highlighted {
|
.highlighted {
|
||||||
background-color: $highlight_background_color !important;
|
background-color: $emphasis_background_color !important;
|
||||||
}
|
}
|
||||||
img, svg {
|
img, svg {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue