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