Make --color-opacity variable "private", tweak switch style
This commit is contained in:
@ -33,7 +33,7 @@ body {
|
||||
display: grid; // Put footer at the bottom for short pages, such as the 404
|
||||
grid-template-rows: auto minmax(auto, 1fr) auto; // Header, stuff, footer
|
||||
margin: 0;
|
||||
background: var(--bg-color), var(--primary-color);
|
||||
background-color: var(--bg-color);
|
||||
min-height: 100vh;
|
||||
color: var(--fg-color);
|
||||
line-height: 1.6;
|
||||
|
Reference in New Issue
Block a user