Drop red color completely

This commit is contained in:
2025-12-22 13:20:32 +01:00
parent 08df7626cc
commit e56e77fc6a
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
@use "sass:color";
$color-red: #cd1013;
$color-blue: #193f78;
$color-blue-light: color.adjust($color-blue, $lightness: 40%);

View File

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