some more design updates

This commit is contained in:
E. S. 2024-05-11 19:06:59 +00:00
parent 62b4246163
commit fa3802a80b
3 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,9 @@
.blog-upload-item-name {
font-weight: bold;
margin-bottom: 2px;
> a {
@include no-underline(true);
}
}
.blog-upload-item-info {
color: $grey;
@ -446,6 +449,7 @@ body.wide .blog-post {
.blog-quote {
padding: $base-padding;
background: $hover-hl;
border-left: 2px $hover-hl-darker2 solid;
border-radius: 2px;
margin: $base-padding 0;
font-size: $fs - 2px;

View File

@ -6,6 +6,7 @@ $link-color-underline-hover: #537ca6;
$hover-hl: rgba(255, 255, 255, 0.09);
$hover-hl-darker: rgba(255, 255, 255, 0.12);
$hover-hl-darker2: rgba(255, 255, 255, 0.14);
$grey: #878e91;
$quote_color: #3c9577;
$quote_line: #45544d;

View File

@ -8,6 +8,7 @@ $link-color-underline-hover: rgba(17, 111, 212, 0.5);
$hover-hl: #f0f0f0;
$hover-hl-darker: #ebebeb;
$hover-hl-darker2: #e0e0e0;
$grey: #888;
$quote_color: #1f9329;
$quote_line: #d1e0d2;