We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd224b9 commit a0c4bd8Copy full SHA for a0c4bd8
scss/base/_root.scss
@@ -38,27 +38,36 @@
38
--#{$prefix}box-soft-shadow-6: #{$box-soft-shadow-6};
39
40
// Logo
41
- .logo-light {
+ .img-light {
42
display: none;
43
}
44
- .logo-dark {
+
45
+ .img-dark {
46
display: block;
47
48
49
50
.navbar-dark,
51
[data-bs-theme="dark"] .navbar {
52
53
54
55
56
57
58
59
60
61
@if $enable-dark-mode {
62
@include color-mode(dark, true) {
63
+ // Logo
64
65
+ display: block;
66
+ }
67
68
+ display: none;
69
70
71
// Accent
72
--#{$prefix}accent-bg: #{$accent-bg-dark};
73
--#{$prefix}accent-bg-rgb: #{to-rgb($accent-bg-dark)};
0 commit comments