diff options
Diffstat (limited to 'pkgs/astal/src/style/widget/deck.scss')
-rw-r--r-- | pkgs/astal/src/style/widget/deck.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/astal/src/style/widget/deck.scss b/pkgs/astal/src/style/widget/deck.scss index adf8c00..64cfc9d 100644 --- a/pkgs/astal/src/style/widget/deck.scss +++ b/pkgs/astal/src/style/widget/deck.scss @@ -9,8 +9,8 @@ $deck-scale: $font-size * 4; .notification { > box { - color: $fg; - background: $bg; + color: $text; + background: $base; border-radius: $outer-radius; margin-bottom: $outer-gap; min-width: $deck-scale * 6; @@ -33,7 +33,7 @@ $deck-scale: $font-size * 4; .header { padding: $outer-gap; - color: gtkalpha($fg, 0.5); + color: gtkalpha($text, 0.5); .app-icon { margin-left: $inner-gap; @@ -63,14 +63,14 @@ $deck-scale: $font-size * 4; separator { margin: 0 $outer-gap; - background: gtkalpha($fg, .1); + background: gtkalpha($text, .1); } .content { margin: $outer-gap; .body { - color: gtkalpha($fg, 0.8); + color: gtkalpha($text, 0.8); } .image { |