mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 12:58:04 +00:00
make 'experimental' more outstanding
This commit is contained in:
@@ -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)
|
💬 **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 ⚡
|
|
||||||
|
|
||||||
|
|||||||
@@ -21,3 +21,11 @@
|
|||||||
.banner {
|
.banner {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.experimental {
|
||||||
|
margin: 3em 0;
|
||||||
|
padding: 1em;
|
||||||
|
border: 4px dashed red;
|
||||||
|
color: red;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user