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