mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 09:11:37 -04:00
9 lines
230 B
CSS
9 lines
230 B
CSS
#recipe {
|
|
position: relative;
|
|
}
|
|
|
|
#rec-list .operation {
|
|
color: var(--rec-list-operation-font-colour);
|
|
background-color: var(--rec-list-operation-bg-colour);
|
|
border-color: var(--rec-list-operation-border-colour);
|
|
}
|