Skip to content

Commit 7d718d5

Browse files
authored
Merge pull request #25 from RepGraphics/main
CSS Styling
2 parents 32b8c21 + 01105ef commit 7d718d5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.modules/global/global.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,10 @@
9191
i.bi:not(button#bd-theme i.bi) {
9292
font-family: '';
9393
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;
94100
}

docs/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ code.hljs {
4545
color: #4d4d4d
4646
}
4747

48-
[data-bs-theme=light] .code-spacer { border-color: #434955 !important; }
48+
[data-bs-theme=light] .code-spacer { border-color: #434955 !important; }

0 commit comments

Comments
 (0)