Restore donations in crypto

This commit is contained in:
BorysLevytskyi
2023-05-14 14:36:09 +02:00
parent 636fbb677a
commit 74bd104ef6
8 changed files with 45 additions and 17 deletions

View File

@@ -18,6 +18,16 @@ code { font-size: 1.2em; font-weight: bold; }
.mono { font-family: monospace; font-size: 1.3em }
.button-large {
padding: 10px;
border: solid 1px white;
border-radius: 5px;
text-decoration: none;
display: inline-block;
}
.button-large:hover { background: rgba(255, 255, 255, 0.2);}
.expressionInput {
padding: 3px;
outline: none;
@@ -104,6 +114,8 @@ button { border: none; text-decoration: underline;}
.light button.btn:disabled { color: #888; background-color: inherit; }
.light .accent1 { color:rgb(56, 161, 103)}
.light .expressionInput { border-bottom: solid 1px rgba(0, 0, 0, 0.5);}
.light .button-large { border: solid 1px gray; }
.light .button-large:hover { background: rgba(0, 0, 0, 0.2);}
/* Dark */
.dark { background: #121212; color: white;}