Less white glow on the buttons.

This commit is contained in:
Marat Fayzullin 2024-01-26 00:57:51 -05:00
parent 4bbd64b238
commit a39794bc3e
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
.openwebrx-main-buttons .button img,
.openwebrx-main-buttons .button svg {
height: 38px;
filter: drop-shadow(0 0 4px white);
filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.75));
}
.openwebrx-main-buttons a {