Skip to content

Commit a205eb5

Browse files
authored
Update style.css
1 parent 747154f commit a205eb5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626
--ctp-antiblue: var(--ctp-latte-blue);
2727
--ctp-antilavender: var(--ctp-latte-lavender)
2828
}
29+
30+
.view-switcher a:hover,
31+
.view-switcher a:focus {
32+
background-color: rgba(255, 255, 255, 0.025);
33+
}
34+
35+
.view-switcher .current {
36+
background-color: rgba(255, 255, 255, 0.05);
37+
}
38+
2939
}
3040

3141
/* Root Variables */

0 commit comments

Comments
 (0)