CyberChef/src/web/stylesheets/components/recipe/_recipe.css
2023-08-15 21:26:18 +12:00

13 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);
}