fix: show proper stripe colors for popped weather

This commit is contained in:
insects 2025-03-13 11:40:54 +01:00
parent cbf4a41e34
commit 81447490c9

View file

@ -86,6 +86,17 @@ main {
color: #63f0fd;
}
#nm-list section.missing_reqs.popped {
background-color: #b5443aD2;
background-image: repeating-linear-gradient(
45deg,
rgba(181, 68, 58, 0.47),
rgba(181, 68, 58, 0.47) 10px,
#b5443a 10px,
#b5443a 20px
);
}
#nm-list section.popped:hover {
background-color: rgba(181, 68, 58, 0.9);
}