mirror of
https://github.com/gchq/CyberChef
synced 2026-01-06 18:43:23 +00:00
Dark theme tweaks and improvements
This commit is contained in:
@@ -66,8 +66,8 @@ body {
|
||||
}
|
||||
|
||||
/* Highlighters */
|
||||
.hl1, { background-color: var(--hl1); }
|
||||
.hl2, { background-color: var(--hl2); }
|
||||
.hl3, { background-color: var(--hl3); } /* Half-Life 3 confirmed :O */
|
||||
.hl4, { background-color: var(--hl4); }
|
||||
.hl5, { background-color: var(--hl5); }
|
||||
.hl1 { background-color: var(--hl1); }
|
||||
.hl2 { background-color: var(--hl2); }
|
||||
.hl3 { background-color: var(--hl3); } /* Half-Life 3 confirmed :O */
|
||||
.hl4 { background-color: var(--hl4); }
|
||||
.hl5 { background-color: var(--hl5); }
|
||||
|
||||
@@ -61,6 +61,10 @@ a:focus {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.btn.dropdown-toggle {
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: searchfield;
|
||||
box-shadow: none;
|
||||
|
||||
Reference in New Issue
Block a user