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 4acb1a7 + 9cd9fd2 commit 45edcdeCopy full SHA for 45edcde
styles.css
@@ -36,7 +36,10 @@ body {
36
cursor: pointer;
37
transition: background-color 0.3s ease;
38
}
39
-
+ .tag:hover{
40
+ background-color: #ebebeb;
41
+
42
+ }
43
.search-bar {
44
margin-bottom: 20px;
45
@@ -124,7 +127,9 @@ body {
124
127
border-color: #444;
125
128
color: #fff;
126
129
130
+ body.dark-mode .tag:hover{
131
+ background-color: #3f3f3f;
132
133
body.dark-mode .search-input {
134
background-color: #555;
135
0 commit comments