Account deletion

Fixes #182
This commit is contained in:
Bat
2018-09-09 20:49:24 +01:00
parent a3b7d5557b
commit de3707983a
4 changed files with 36 additions and 2 deletions
+10
View File
@@ -494,6 +494,16 @@ main .article-meta .tags li a {
color: white;
}
.button.destructive {
color: #ef767a;
border-color: #ef767a;
}
.button.destructive:hover {
background: #ef767a99;
color: white;
}
/* Errors */
p.error {