diff --git a/public/css/style.scss b/public/css/style.scss index 42bb51107..f76e1edca 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -1819,6 +1819,15 @@ key { column-gap: 2rem; align-items: center; + .button.danger { + background: #d00; + color: #eee; + &:hover { + background: var(--main-color); + color: var(--bg-color); + } + } + &.customTheme { grid-template-columns: 1fr 1fr 1fr 1fr; justify-items: stretch; diff --git a/public/index.html b/public/index.html index fdacbb57a..39e9f392c 100644 --- a/public/index.html +++ b/public/index.html @@ -2332,6 +2332,29 @@ +
+ danger section + +
+
+
+

reset settings

+
+ Resets settings to the default (but doesn't touch your tags). + Warning: you can't undo this action! +
+
+
+ reset +
+
+
+