add the css class active

This commit is contained in:
Andreas Zweili 2021-01-18 22:38:51 +01:00
parent e64f146c2e
commit b070edb69f
1 changed files with 4 additions and 0 deletions

View File

@ -35,3 +35,7 @@ header {
border: 2px dashed #ccc;
}
.active {
border-color: red;
background-color: salmon;
}