mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
chore: added app navbar; adjusted colors and global styles
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@use 'fonts';
|
||||
@use 'colors';
|
||||
@use 'sass:color';
|
||||
|
||||
// Global scrollbar style
|
||||
::-webkit-scrollbar {
|
||||
@@ -76,7 +77,7 @@ button.g-button {
|
||||
}
|
||||
|
||||
&:hover:not([data-disabled='true']) {
|
||||
background-color: colors.$bgColLighter;
|
||||
background-color: color.adjust(colors.$bgColDarker, $lightness: 15%);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -112,6 +113,10 @@ button.g-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
&:focus-visible {
|
||||
outline: 1px solid white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user