This commit is contained in:
Nikolaj
2025-08-05 11:32:58 +02:00
parent 72dc4a5005
commit c922666747
7 changed files with 51 additions and 10 deletions

View File

@@ -646,6 +646,7 @@
}
.defenseTable {
margin-top: 10px;
border-radius: 5px;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
@@ -663,6 +664,12 @@
// text-shadow: none;
}
.effectiveness¼ {
background-color: red;
color: yellow;
// text-shadow: none;
}
.effectiveness½ {
background-color: red;
color: yellow;
@@ -670,14 +677,25 @@
}
.effectiveness1 {
background-color: white;
color: white;
background-color: #fff8;
color: transparent;
text-shadow: none;
}
.effectiveness½ {
.effectiveness2 {
background-color: green;
color: yellow;
// text-shadow: none;
}
.effectiveness2 {
background-color: lime;
color: yellow;
// text-shadow: none;
}
.header {
font-size: 25px;
text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
}