Make blue-background-class true ;-)

This commit is contained in:
Peter J. Holzer 2022-11-07 21:40:20 +01:00
parent 93730d95fb
commit 0877d7678f
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@ body {
border: #CCC 1px solid;
border-radius: 0.2em;
}
.blue-background-class {
background: #CDF;
}