Drop red color completely
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@use "sass:color";
|
||||
|
||||
$color-red: #cd1013;
|
||||
$color-blue: #193f78;
|
||||
|
||||
$color-blue-light: color.adjust($color-blue, $lightness: 40%);
|
||||
|
||||
@@ -34,7 +34,7 @@ body {
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: $color-red;
|
||||
color: $color-blue;
|
||||
font-family: 'Droid Serif',serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
@@ -191,7 +191,7 @@ table {
|
||||
}
|
||||
|
||||
thead > tr {
|
||||
background-color: $color-red;
|
||||
background-color: $color-blue;
|
||||
color: white;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user