make 'experimental' more outstanding

This commit is contained in:
B. Petersen
2023-12-12 19:46:26 +01:00
committed by holger krekel
parent 4a7e36618f
commit 02d07912dd
2 changed files with 10 additions and 1 deletions

View File

@@ -21,3 +21,11 @@
.banner {
width: 100%;
}
.experimental {
margin: 3em 0;
padding: 1em;
border: 4px dashed red;
color: red;
font-weight: bold;
}