feature (ux): small design improvements

This commit is contained in:
MickaelK 2025-06-12 16:04:51 +10:00
parent a5c4af5cbc
commit 1d0eca86c5
3 changed files with 5 additions and 2 deletions

View file

@ -19,7 +19,7 @@
--primary: #9AD1ED;
--emphasis-primary: #c5e2f1;
--emphasis-secondary: #466372;
--light: #757678;
--light: #707173;
--super-light: #fafafa;
--error: #f26d6d;
--success: #63d9b1;

View file

@ -10,6 +10,9 @@
z-index: 3;
backdrop-filter: brightness(0.8) blur(10px);
}
body:not(.dark-mode) .component_dropdown .dropdown_container {
box-shadow: -1px -1px 5px rgba(255, 255, 255, 0.5) inset;
}
.component_dropdown .dropdown_container:before {
content: ' ';
position: absolute;

View file

@ -30,5 +30,5 @@
}
.touch-no .component_pager a svg:hover {
opacity: 1;
box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.1);
box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.05);
}