Change colors

master
andy 2021-01-26 17:28:28 +01:00
parent 1d2dddb7e0
commit 0f3324325b
1 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@ $font: "Source Sans Pro", sans-serif;
$bg:#ddd; $bg:#ddd;
$white: #ffffff; $white: #ffffff;
$black: #191919; $black: #191919;
$lightgray: #bbb;
$darkgrey: #333333;
$primary: #66b400; $primary: #66b400;
$success: #4DAF7C;
$danger: #E6623C; $danger: #E6623C;