Add color command

This commit is contained in:
2022-06-12 14:55:48 +02:00
parent 0a0020b5c0
commit 94f31043f2
4 changed files with 167 additions and 18 deletions

View File

@ -5,9 +5,12 @@
* {
box-sizing: border-box !important;
--repl-color: #188a18;
--repl-color-link: #2ac02a;
--repl-color-hint: #092909;
}
:root {
--repl-color: rgb(24, 138, 24);
--repl-color-link: rgb(31, 179, 31);
--repl-color-hint: rgba(24, 138, 24, 0.3);
}
body {