aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/menu/notification.component.scss2
-rw-r--r--client/src/sass/include/_mixins.scss4
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/menu/notification.component.scss b/client/src/app/menu/notification.component.scss
index 7f72c98d1..256ed7328 100644
--- a/client/src/app/menu/notification.component.scss
+++ b/client/src/app/menu/notification.component.scss
@@ -130,7 +130,7 @@
130 align-items: center; 130 align-items: center;
131 justify-content: center; 131 justify-content: center;
132 font-weight: $font-semibold; 132 font-weight: $font-semibold;
133 color: $fg-color; 133 color: pvar(--mainForegroundColor);
134 padding: 7px 0; 134 padding: 7px 0;
135 margin-top: auto; 135 margin-top: auto;
136 text-decoration: none; 136 text-decoration: none;
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 8816437d9..28bda4b9f 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -537,8 +537,8 @@
537 height: 12px; 537 height: 12px;
538 opacity: 0; 538 opacity: 0;
539 transform: rotate(45deg) scale(0); 539 transform: rotate(45deg) scale(0);
540 border-right: 2px solid $bg-color; 540 border-right: 2px solid pvar(--mainBackgroundColor);
541 border-bottom: 2px solid $bg-color; 541 border-bottom: 2px solid pvar(--mainBackgroundColor);
542 } 542 }
543 } 543 }
544 544