mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 18:26:14 -04:00
Fixed themes for MD
This commit is contained in:
parent
c3a353837f
commit
2a55f1317a
5 changed files with 38 additions and 29 deletions
|
@ -73,6 +73,7 @@
|
|||
--arg-background: #fff;
|
||||
--arg-border-colour: #ddd;
|
||||
--arg-disabled-background: #eee;
|
||||
--arg-label-colour: #388e3c;
|
||||
|
||||
|
||||
/* Buttons */
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
--arg-background: #3c3c3c;
|
||||
--arg-border-colour: #3c3c3c;
|
||||
--arg-disabled-background: #4f4f4f;
|
||||
--arg-label-colour: rgb(25, 118, 210);
|
||||
|
||||
|
||||
/* Buttons */
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
--arg-background: black;
|
||||
--arg-border-colour: lime;
|
||||
--arg-disabled-background: grey;
|
||||
--arg-label-colour: red;
|
||||
|
||||
|
||||
/* Buttons */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue