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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user