Skip to content

Commit f28fa09

Browse files
committed
CSS tweaks because I LIKE IT
1 parent 3adf194 commit f28fa09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wiki/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ body {
4242
background-position: bottom;
4343
border-radius: 5px;
4444
}
45+
.settingsButton:active {
46+
background-color: rgba(0, 0, 0, 0.2);
47+
}
4548
.settingsButton img {
4649
position: relative;
4750
bottom: 3px;
@@ -85,6 +88,9 @@ body {
8588
color: rgba(255, 255, 255, 1);
8689
outline: 2px solid rgba(255, 255, 255, 0.8);
8790
}
91+
.closeButton:active {
92+
background-color: rgba(0, 0, 0, 0.2);
93+
}
8894
.dark-mode {
8995
background-color: rgb(16, 17, 24);
9096
transition: 0.5s;

0 commit comments

Comments
 (0)