small tweaks
This commit is contained in:
@@ -11,14 +11,23 @@ $dark:#2e3440;
|
||||
$dark-bis:#2e3440;
|
||||
$dark-ter:#2e3440;
|
||||
$grey:#4c566a;
|
||||
$grey-ligth:#d8dee9;
|
||||
$grey-light:#d8dee9;
|
||||
$grey-lighter:#e5e9f0;
|
||||
$grey-lightest:#eceff4;
|
||||
// Color palette
|
||||
$primary: $purple;
|
||||
|
||||
$nord7:#8fbcbb;
|
||||
$nord8:#88c0d0;
|
||||
$nord9:#81a1c1;
|
||||
$nord10:#5e81ac;
|
||||
// Color palette
|
||||
$primary: $nord9;
|
||||
$link: $nord10;
|
||||
|
||||
$body-background-color: $grey-lightest;
|
||||
$navbar-background-color: $body-background-color;
|
||||
// Notifications
|
||||
$notification-padding: 0.8rem 2.5rem 0.8rem 1rem;
|
||||
|
||||
$box-radius: 0 0 2rem 2rem;
|
||||
|
||||
@import "./bulma-0.8.0/bulma.sass";
|
||||
|
||||
Reference in New Issue
Block a user