Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_ublogger.scss')
-rw-r--r--assets/css/_ublogger.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index f97ada0..8540453 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -966,6 +966,10 @@ figure {
.hero-text-container .hero-text-description {
margin-top: 24px;
margin-bottom: 32px;
+
+ [theme=dark] & {
+ color: $global-font-secondary-color-dark;
+ }
}
.hero-text-container span {
@@ -1023,6 +1027,10 @@ figure {
letter-spacing: 0.1px;
text-align: left;
line-height: 24px;
+
+ [theme=dark] & {
+ color: $global-font-color-dark;
+ }
}
.hero-author .hero-author-profile:last-of-type {
@@ -1071,6 +1079,10 @@ figure {
letter-spacing: 0.08px;
text-align: left;
line-height: 24px;
+
+ [theme=dark] & {
+ color: $global-font-color-dark;
+ }
}
.hero-img {
@@ -1090,6 +1102,10 @@ figure {
span {
margin-right: 3rem;
}
+
+ [theme=dark] & {
+ color: $global-font-color-dark;
+ }
}
.cat-cit {