mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-28 18:56:20 -04:00
Dark theme tweaks and improvements
This commit is contained in:
parent
0dc72d8301
commit
280f1ee2df
9 changed files with 44 additions and 47 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue