change color scheme

This commit is contained in:
2024-04-03 21:54:27 +02:00
parent 5a03ca99b1
commit 8e71a3812c

View File

@@ -45,23 +45,23 @@ body {
#title { #title {
margin-top: 16px; margin-top: 16px;
text-align: center; text-align: center;
color: #EECC66; color: #CCEE66;
} }
h1 { h1 {
margin-bottom: 10px; margin-bottom: 10px;
font-size: 1.6rem; font-size: 1.6rem;
font-weight: normal; font-weight: normal;
color: #EE9933; color: #99EE33;
text-shadow: 0 0 16px #EE9933; text-shadow: 0 0 16px #99EE33;
} }
#navi { #navi {
border-top: 1px solid #664422; border-top: 1px solid #446622;
border-bottom: 1px solid #664422; border-bottom: 1px solid #446622;
padding: 8px 0; padding: 8px 0;
text-align: center; text-align: center;
color: #664422; color: #446622;
} }
#navi a { #navi a {
@@ -71,7 +71,7 @@ h1 {
a { a {
text-decoration: none; text-decoration: none;
color: #EE9933; color: #99EE33;
transition: color 100ms; transition: color 100ms;
} }
@@ -92,7 +92,7 @@ h2 {
margin-bottom: 14px; margin-bottom: 14px;
font-size: 1.3rem; font-size: 1.3rem;
font-weight: normal; font-weight: normal;
color: #EE9933; color: #99EE33;
} }
h3 { h3 {
@@ -100,7 +100,7 @@ h3 {
margin-bottom: 8px; margin-bottom: 8px;
font-size: 1.15rem; font-size: 1.15rem;
font-weight: normal; font-weight: normal;
color: #EECC66; color: #CCEE66;
} }
p, ul { p, ul {
@@ -110,7 +110,7 @@ p, ul {
} }
.accent { .accent {
color: #EE4422; color: #CC4422;
} }
table { table {
@@ -120,26 +120,26 @@ table {
} }
thead { thead {
color: #EECC66; color: #CCEE66;
} }
.odd-row { .odd-row {
background-color: rgba(102, 68, 24, 0.3); background-color: rgba(40, 60, 20, 0.4);
} }
.even-row { .even-row {
background-color: rgba(102, 68, 24, 0.1); background-color: rgba(40, 60, 20, 0.1);
} }
td { td {
padding: 3px 12px; padding: 4px 12px;
text-align: right; text-align: right;
} }
hr { hr {
margin-top: 24px; margin-top: 24px;
margin-bottom: 24px; margin-bottom: 24px;
border: 3px solid #664422; border: 3px solid #446622;
border-radius: 3px; border-radius: 3px;
} }
@@ -180,7 +180,7 @@ hr {
margin-top: 12px; margin-top: 12px;
margin-bottom: 12px; margin-bottom: 12px;
border: 2px solid; border: 2px solid;
border-image: linear-gradient(to right, rgba(238, 153, 51, 1) 0%, rgba(238, 153, 51, 0) 100%) 1; border-image: linear-gradient(to right, rgb(153, 238, 51) 0%, rgba(238, 153, 51, 0) 100%) 1;
overflow: hidden; overflow: hidden;
} }
@@ -189,7 +189,7 @@ hr {
max-width: 160px; max-width: 160px;
max-height: 90px; max-height: 90px;
z-index: -1; z-index: -1;
box-shadow: 0 0 30px #664422; box-shadow: 0 0 30px #446622;
} }
.bandbox p { .bandbox p {