small tweaks

This commit is contained in:
2019-12-07 13:10:45 +01:00
parent f401ff9569
commit ff375b6052
2 changed files with 181 additions and 172 deletions

View File

@@ -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";