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.
2 parents 32b8c21 + 01105ef commit 7d718d5Copy full SHA for 7d718d5
.modules/global/global.css
@@ -91,4 +91,10 @@
91
i.bi:not(button#bd-theme i.bi) {
92
font-family: '';
93
line-height: 0px;
94
+}
95
+
96
+.star-button:hover > i {
97
+ color: #fdd835;
98
+ filter: drop-shadow(0 0 5px #fdd835);
99
+ transition: color 0.5s ease, filter 1s ease;
100
}
docs/index.css
@@ -45,4 +45,4 @@ code.hljs {
45
color: #4d4d4d
46
47
48
-[data-bs-theme=light] .code-spacer { border-color: #434955 !important; }
+[data-bs-theme=light] .code-spacer { border-color: #434955 !important; }
0 commit comments