blob: b59ef981031717bc7abc343d902184c213983ac4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
Add styles or override variables from the theme here.
*/
$primary:#00005f;
$secondary:#1f9f6f; /*#5f8700; */
$dark:#00001f;
$enable-rounded:true;
$enable-gradients:true;
$enable-shadows:true
|