mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 18:26:14 -04:00
Developing a dark theme.
This commit is contained in:
parent
a4d93f23d6
commit
e3f41fea9c
8 changed files with 212 additions and 25 deletions
|
@ -44,11 +44,11 @@ $controlsDivision: 65%;
|
|||
width: 60px;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-left: 1px solid #5cb85c;
|
||||
border-left: 1px solid $btnSuccessBgColour;
|
||||
}
|
||||
|
||||
#auto-bake-label:hover {
|
||||
border-left-color: #398439;
|
||||
border-left-color: $btnSuccessHoverBorderColour;
|
||||
}
|
||||
|
||||
#auto-bake-label div {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue