website: Mention fdroid downtime

This commit is contained in:
Marcel 2021-08-28 16:41:41 +00:00
commit a2d918c1e4
9 changed files with 25 additions and 0 deletions

View file

@ -226,3 +226,11 @@ code {
line-height: 140%;
background: #faf8f0;
}
/* The alert message box */
.alert {
padding: 20px;
background-color: #ff9800; /* Warning */
color: white;
margin-bottom: 15px;
}