some more design updates
This commit is contained in:
parent
62b4246163
commit
fa3802a80b
@ -93,6 +93,9 @@
|
|||||||
.blog-upload-item-name {
|
.blog-upload-item-name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
> a {
|
||||||
|
@include no-underline(true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.blog-upload-item-info {
|
.blog-upload-item-info {
|
||||||
color: $grey;
|
color: $grey;
|
||||||
@ -446,6 +449,7 @@ body.wide .blog-post {
|
|||||||
.blog-quote {
|
.blog-quote {
|
||||||
padding: $base-padding;
|
padding: $base-padding;
|
||||||
background: $hover-hl;
|
background: $hover-hl;
|
||||||
|
border-left: 2px $hover-hl-darker2 solid;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin: $base-padding 0;
|
margin: $base-padding 0;
|
||||||
font-size: $fs - 2px;
|
font-size: $fs - 2px;
|
||||||
|
@ -6,6 +6,7 @@ $link-color-underline-hover: #537ca6;
|
|||||||
|
|
||||||
$hover-hl: rgba(255, 255, 255, 0.09);
|
$hover-hl: rgba(255, 255, 255, 0.09);
|
||||||
$hover-hl-darker: rgba(255, 255, 255, 0.12);
|
$hover-hl-darker: rgba(255, 255, 255, 0.12);
|
||||||
|
$hover-hl-darker2: rgba(255, 255, 255, 0.14);
|
||||||
$grey: #878e91;
|
$grey: #878e91;
|
||||||
$quote_color: #3c9577;
|
$quote_color: #3c9577;
|
||||||
$quote_line: #45544d;
|
$quote_line: #45544d;
|
||||||
|
@ -8,6 +8,7 @@ $link-color-underline-hover: rgba(17, 111, 212, 0.5);
|
|||||||
|
|
||||||
$hover-hl: #f0f0f0;
|
$hover-hl: #f0f0f0;
|
||||||
$hover-hl-darker: #ebebeb;
|
$hover-hl-darker: #ebebeb;
|
||||||
|
$hover-hl-darker2: #e0e0e0;
|
||||||
$grey: #888;
|
$grey: #888;
|
||||||
$quote_color: #1f9329;
|
$quote_color: #1f9329;
|
||||||
$quote_line: #d1e0d2;
|
$quote_line: #d1e0d2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user