1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 01:57:21 +01:00

feat: uses a different color when hovering on links (#2352)

This commit is contained in:
Amir Raminfar
2023-08-16 14:07:51 -07:00
committed by GitHub
parent 81be24eccd
commit c178f7be8a

View File

@@ -24,6 +24,7 @@ $panel-heading-color: var(--panel-heading-color);
$link: $turquoise;
$link-active: $grey-dark;
$link-hover: $yellow;
$dark-toolbar-color: rgba($black-bis, 0.7);
$light-toolbar-color: rgba($grey-darker, 0.7);