mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-15 16:32:43 +01:00
Restore donations in crypto
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user