Skip to content

Commit f4dbc14

Browse files
committed
Hide rss text on hover
1 parent 9c17822 commit f4dbc14

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_sass/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ body {
9292
color: rgba(0,0,0,0);
9393
}
9494

95+
.menu nav a.rss:hover {
96+
color: rgba(0,0,0,0);
97+
}
98+
9599
.color-mode-toggle {
96100
font-size: 2em;
97101
display: inline-block;

0 commit comments

Comments
 (0)