mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
Improved highlighting colours and selection ranges
This commit is contained in:
parent
890f645eeb
commit
157dacb3a5
4 changed files with 50 additions and 36 deletions
|
@ -110,11 +110,11 @@
|
|||
|
||||
|
||||
/* Highlighter colours */
|
||||
--hl1: #fff000;
|
||||
--hl2: #95dfff;
|
||||
--hl3: #ffb6b6;
|
||||
--hl4: #fcf8e3;
|
||||
--hl5: #8de768;
|
||||
--hl1: #ffee00aa;
|
||||
--hl2: #95dfffaa;
|
||||
--hl3: #ffb6b6aa;
|
||||
--hl4: #fcf8e3aa;
|
||||
--hl5: #8de768aa;
|
||||
|
||||
|
||||
/* Scrollbar */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue