💄 Style: modify single-title and single-subtitle styles

This commit is contained in:
Cell
2022-08-27 14:28:30 +08:00
parent 88a6b0e37d
commit 4608f96ad3
3 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -9,10 +9,9 @@
}
.single-subtitle {
margin: 0.4rem 0;
margin: 0.5rem 0;
font-size: 1.2rem;
font-weight: normal;
font-style: italic;
line-height: 100%;
text-align: right;
}
+2 -3
View File
@@ -10,7 +10,7 @@
line-height: 140%;
.icon-repost {
color: var(--#{$prefix}success);
color: $success;
display: inline-block;
width: max-content;
margin-right: 0.25rem;
@@ -18,10 +18,9 @@
}
.single-subtitle {
margin: 0.4rem 0;
margin: 0.5rem 0;
font-size: 1.2rem;
font-weight: normal;
font-style: italic;
line-height: 100%;
}
+1
View File
@@ -40,6 +40,7 @@ $global-border-color: #f0f0f0 !default;
$global-border-color-dark: #363636 !default;
// Theme colors
// TODO: support dark theme colors
$primary: #1772ee !default;
$secondary: #919191 !default;
$success: #13ce66 !default;