Added “baloored” class for “noxiousness” explanation

This commit is contained in:
pezcurrel 2022-12-01 17:47:07 +01:00
parent 46428670a4
commit b773ddae1b

View file

@ -101,12 +101,17 @@ p {
width: 110px;
min-width: 110px;
}
.baloo {
.baloo, .baloored {
width: 100%;
margin-bottom: 3px;
padding-bottom: 3px;
border-bottom: 1px solid grey;
}
.baloored {
background-color: #DE8787;
padding: 3px;
border-radius: 3px;
}
.good, .bad, .neut {
padding: 1px;
margin-bottom: 3px;