X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/90de7a7b83569210ce5d13596b320453d19d9cea..701f24bba16a508f14c1b500f14900d744b7236b:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 3f7c0b48f..6c1a65e7b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -66,6 +66,21 @@ time[title] { color: $blue; } +/* Bootstrap contextual table classes overrides in dark mode */ + +@include color-mode(dark) { + .table-primary { + --bs-table-bg: rgb(var(--bs-primary-rgb), .25); + } + .table-secondary { + --bs-table-bg: rgb(var(--bs-secondary-rgb), .25); + } + .table-primary, .table-secondary { + --bs-table-color: initial; + border-color: inherit; + } +} + /* Rules for the header */ #menu-icon { @@ -245,7 +260,7 @@ body.small-nav { /* Utility for styling notification numbers */ .count-number { - background: lighten($green, 30%); + background: transparentize(lighten($green, 25%), .25); color: $gray-800; font-weight: $font-weight-normal; }