Implement Web Assets' theme system and selection, and add 'light' theme #118

Merged
Márton Lente merged 97 commits from martonlente/extensions-website:ui/theme-light into main 2024-05-08 14:20:07 +02:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 0303de2f13 - Show all commits

View File

@ -0,0 +1,8 @@
// TODO: remove style if 'mark as unread' is implemented
.notifications-item
&.is-read
.dropdown-toggle
color: var(--color-text-secondary) !important
&:hover
cursor: default

View File

@ -29,6 +29,7 @@ $container-width: map-get($container-max-widths, 'xl')
@import '_hero.sass'
@import '_list.sass'
@import '_navigation_global.sass'
@import '_notifications.sass'
@import '_table.sass'
@import 'ratings/static/ratings/styles/_review.sass'
@import 'ratings/static/ratings/styles/_stars.sass'