added new widget "alhp"

This commit is contained in:
2025-03-23 16:40:30 +01:00
parent e95ed69a09
commit 2a6ae8fabc
5 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
.alhp{
&--good {
background: olivedrab;
color: white;
}
&--bad {
background: maroon;
color: white;
}
}