mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
14 lines
284 B
CSS
14 lines
284 B
CSS
![]() |
/**
|
||
|
* Recipe area styles
|
||
|
*
|
||
|
* @author n1474335 [n1474335@gmail.com]
|
||
|
* @copyright Crown Copyright 2017
|
||
|
* @license Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#recipe {
|
||
|
position: relative;
|
||
|
background-color: var(--primary-background-colour);
|
||
|
border-bottom: 1px solid var(--primary-border-colour);
|
||
|
}
|