This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.

5 lines
89 B
CSS

.root{
-fx-font: 200pt "Serif";
--background=#00FF00;
background: var(--background);
}