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

@ -14,6 +14,7 @@ Welcome to instant, interoperable and [privacy-preserving](privacy.html) messagi
💬 **Start** chatting with any Delta Chat contacts using [QR invite codes](https://delta.chat/en/help#howtoe2ee)
<div class="experimental">Note: this is an experimental service</div>
## ⚡ Note: this is an experimental service ⚡

View File

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