JS Lab 3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user