mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 18:26:14 -04:00
Finalised the dark theme
This commit is contained in:
parent
823b276ef5
commit
e4ad7768d5
5 changed files with 72 additions and 24 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
--title-colour: #424242;
|
||||
--title-weight: bold;
|
||||
--title-background-colour: #eee;
|
||||
--title-background-colour: #fafafa;
|
||||
|
||||
--banner-font-colour: #468847;
|
||||
--banner-bg-colour: #dff0d8;
|
||||
|
@ -110,4 +110,6 @@
|
|||
--drop-file-border-colour: #3a87ad;
|
||||
--popover-background: #fff;
|
||||
--popover-border-colour: #ccc;
|
||||
--code-background: #f9f2f4;
|
||||
--code-font-colour: #c7254e;
|
||||
}
|
||||
|
|
|
@ -6,17 +6,6 @@
|
|||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
/*
|
||||
tabs
|
||||
links
|
||||
disabled buttons
|
||||
popovers
|
||||
toggle-string dropdowns
|
||||
alerts
|
||||
loading-file background
|
||||
option text for inputs is invisible
|
||||
*/
|
||||
|
||||
:root.dark {
|
||||
--primary-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
--primary-font-colour: #c5c5c5;
|
||||
|
@ -120,5 +109,7 @@ option text for inputs is invisible
|
|||
/* Misc. */
|
||||
--drop-file-border-colour: #0e639c;
|
||||
--popover-background: #444;
|
||||
--popover-border-colour: #666; /* still working on this */
|
||||
--popover-border-colour: #555;
|
||||
--code-background: #0e639c;
|
||||
--code-font-colour: #fff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue