Improving header styles

This commit is contained in:
Fabian
2019-07-29 16:10:43 +02:00
parent b5b7285e38
commit c3dbc1d857
3 changed files with 45 additions and 22 deletions

View File

@ -9,16 +9,15 @@
}
:root {
// --primary: #1e88e5;
--primary: #196eb9;
// or 196eb9 => Needs further investigations
// 1e88e5 or 196eb9 => Needs further investigations
--on-primary: white;
--secondary: #d8701b;
--on-secondary: black;
--error: rgb(255, 0, 0);
--primary-transparent: #196eb917
}
$default-font-size: 1rem;
$primary: var(--primary) !default;
$on-primary: var(--on-primary) !default;