aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-22 11:07:23 +0200
committerChocobozzz <me@florianbigard.com>2020-05-22 11:07:23 +0200
commitefc84bdc494a3b102e4aa8bc2d24a3766bd0d751 (patch)
tree5e8bb8b68c8ce4731e8aa7ccf2c7296453aec069 /client/src/sass
parentfd8f73cf6d2fa0073de0a7b50d1d9f4598fef9cf (diff)
downloadPeerTube-efc84bdc494a3b102e4aa8bc2d24a3766bd0d751.tar.gz
PeerTube-efc84bdc494a3b102e4aa8bc2d24a3766bd0d751.tar.zst
PeerTube-efc84bdc494a3b102e4aa8bc2d24a3766bd0d751.zip
Fix notification with dark theme
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/primeng-custom.scss1
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;