mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
[#181] cm-panels border color in IO input/output
This commit is contained in:
parent
a40a5c8a04
commit
432f2e49ee
1 changed files with 5 additions and 0 deletions
|
@ -182,3 +182,8 @@ label[for="output-text"] {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#input .cm-panels,
|
||||||
|
#output .cm-panels {
|
||||||
|
border-color: var(--primary-border-colour);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue