mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-05 06:28:13 +00:00
chore: added app navbar; adjusted colors and global styles
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$bgCol: #141414;
|
||||
$bgCol: #0e0e0e;
|
||||
$bgColLighter: #292929;
|
||||
$bgColDarker: #080808;
|
||||
$accentCol: #ff6060;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ $darkModeTextCol: #eee;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
color: black;
|
||||
max-height: 95vh;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
||||
&.dark {
|
||||
|
||||
Reference in New Issue
Block a user