
Note: Nunjucks will still process the templates, but this way they can be plain HTML files and will be formatted properly.
5 lines
94 B
CSS
5 lines
94 B
CSS
/* Global variables */
|
|
:root {
|
|
--transition-duration: 250ms;
|
|
--transition-timing: ease;
|
|
}
|