Skip to content

Commit b344e94

Browse files
committed
Custom colours for mastodon widget in dark mode
1 parent 161af31 commit b344e94

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

forwards-dark.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,9 @@ div.callout.callout-style-default.callout-caution.callout-titled > div.callout-h
7676

7777
.callout-title p {
7878
color: $white !important;
79+
}
80+
81+
.mt-container[data-theme=dark] {
82+
--mt-color-bg: #{$verydarkpurple} !important;
83+
--mt-color-bg-hover:#{$darkpurple} !important;
7984
}

0 commit comments

Comments
 (0)