diff options
Diffstat (limited to 'src/site/assets')
| -rw-r--r-- | src/site/assets/styles/_colors.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/site/assets/styles/_colors.scss b/src/site/assets/styles/_colors.scss index 6e40102..78d6f99 100644 --- a/src/site/assets/styles/_colors.scss +++ b/src/site/assets/styles/_colors.scss @@ -9,11 +9,19 @@ $background: #1e2430; $backgroundAccent: #20222b; $backgroundLight1: #f5f6f8; +// customize navbar +$navbar-background-color: $backgroundAccent; +$navbar-item-color: #f5f6f8; + + + // $defaultTextColor: #4a4a4a; $defaultTextColor: rgb(236, 239, 244); $textColor: #c7ccd8; $textColorHighlight: white; +$input-hover-color: $textColor; + $basePink: #ff015b; $basePinkHover: rgb(196, 4, 71); $baseBlue: #30A9ED; |