Skip to content

Commit 56b35b7

Browse files
authored
Merge pull request #22 from yellowday60-git/main
update darkmode
2 parents cc63880 + 8755edb commit 56b35b7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

assets/scss/custom.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,15 @@ table > tbody > tr:nth-child(odd) > td {
1313
.article-container {
1414
max-width: 1200px;
1515
}
16+
17+
.dark #hero.wg-hero,
18+
.dark #hero.wg-hero .hero-title,
19+
.dark #hero.wg-hero .hero-lead,
20+
.dark #hero.wg-hero a:not(.btn) {
21+
color: rgba(0, 0, 0, 0.84);
22+
}
23+
24+
.dark #hero.wg-hero a:not(.btn):hover,
25+
.dark #hero.wg-hero a:not(.btn):focus {
26+
color: rgba(0, 0, 0, 1);
27+
}

0 commit comments

Comments
 (0)