Adjusted superhero colors

This commit is contained in:
Andreas Kristiansen
2024-12-06 13:14:45 +01:00
parent b5198b2fc0
commit 514d441f8d

View File

@@ -288,11 +288,11 @@ div.alert-danger {
border: 1px solid #1a4b6c;
border-radius: 5px;
max-width: 683px;
background-color: #0d2a42;
background-color: #1D3245;
}
.glanceyear-header {
position: relative;
background-color: #133b59;
background-color: #1D3245;
border-bottom: 1px solid #1a4b6c;
border-radius: 5px 5px 0 0;
color: #ffffff;
@@ -392,7 +392,7 @@ svg text.month {
text-align: center;
}
.svg-tag:after {
border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
border-color: #4E5D6C;
border-style: solid;
border-width: 5px 5px 0 5px;
bottom: -5px;