This commit is contained in:
2026-03-06 21:27:16 -05:00
parent 1fdfbb1b4f
commit 41ebd4ac62
21 changed files with 1018 additions and 43 deletions
+54
View File
@@ -19,4 +19,58 @@ table td, table th {
table th {
background-color: #f0f0f0;
}
button {
padding: 8px 12px;
margin: 10px 0;
cursor: pointer;
}
.gold {
background-color: gold;
}
.silver {
background-color: silver;
}
.bronze {
background-color: #cd7f32;
}
.dark {
background-color: #1f1f1f;
color: white;
}
.dark table {
background-color: #2b2b2b;
color: white;
border-color: white;
}
.dark table td,
.dark table th {
border-color: white;
}
.dark table th {
background-color: #444;
}
.dark button {
background-color: #444;
color: white;
border: 1px solid white;
}
.dark input {
background-color: #333;
color: white;
border: 1px solid white;
}
.dark #summary {
color: white;
}