5 lines
81 B
CSS
5 lines
81 B
CSS
/** To deal with wrong menu background */
|
|
:root{
|
|
--color-bg-option: #352516;
|
|
}
|