Fix specificity for unread story ring styles

This commit is contained in:
Scott Nonnenberg 2022-09-01 18:27:26 -07:00 committed by GitHub
parent 6dd2b73855
commit 6b82d67de1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,6 +150,10 @@
@include dark-theme { @include dark-theme {
border-color: $color-white-alpha-40; border-color: $color-white-alpha-40;
&--unread {
border-color: $color-ultramarine-dawn;
}
} }
&--unread { &--unread {