diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-22 11:07:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-22 11:07:23 +0200 |
commit | efc84bdc494a3b102e4aa8bc2d24a3766bd0d751 (patch) | |
tree | 5e8bb8b68c8ce4731e8aa7ccf2c7296453aec069 /client/src/sass/primeng-custom.scss | |
parent | fd8f73cf6d2fa0073de0a7b50d1d9f4598fef9cf (diff) | |
download | PeerTube-efc84bdc494a3b102e4aa8bc2d24a3766bd0d751.tar.gz PeerTube-efc84bdc494a3b102e4aa8bc2d24a3766bd0d751.tar.zst PeerTube-efc84bdc494a3b102e4aa8bc2d24a3766bd0d751.zip |
Fix notification with dark theme
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 33483533e..056b88fc1 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -521,6 +521,7 @@ p-toast { | |||
521 | .ui-toast-message { | 521 | .ui-toast-message { |
522 | font-family: $main-fonts; | 522 | font-family: $main-fonts; |
523 | background-color: var(--mainBackgroundColor) !important; | 523 | background-color: var(--mainBackgroundColor) !important; |
524 | color: var(--mainForegroundColor) !important; | ||
524 | border-radius: 5px; | 525 | border-radius: 5px; |
525 | box-sizing: border-box; | 526 | box-sizing: border-box; |
526 | border: 1px solid #EBEEF5 !important; | 527 | border: 1px solid #EBEEF5 !important; |