Skip to content

Commit

Permalink
feat(sidebar): add css variables for notification view
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Oct 29, 2024
1 parent 03df744 commit 0cb0f32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,8 @@
--sidebar-scrollbar-width: 6px;
--sidebar-scrollbar-track-background: rgba(255, 255, 255, 0.02);
--sidebar-scrollbar-thumb-background: rgba(255, 255, 255, 0.2);
--sidebar-notification-view-background: var(--warning-color);
--sidebar-notification-view-color: var(--warning-text-color);

/*-------------------
Scroll Bar
Expand Down Expand Up @@ -2506,6 +2508,9 @@
--sidebar-scrollbar-width: 6px;
--sidebar-scrollbar-track-background: rgba(255, 255, 255, 0.02);
--sidebar-scrollbar-thumb-background: rgba(255, 255, 255, 0.2);
--sidebar-notification-view-background: var(--warning-color);
--sidebar-notification-view-color: hsl(var(--hsl-amber-900) / 90%);

/*-------------------
Scroll Bar
--------------------*/
Expand Down

0 comments on commit 0cb0f32

Please sign in to comment.