As minified, when using these properties on :root:
:root{--body-color:rgb(0, 115, 230);--th-navbar-pure-g:#09f;--secondary-color:#00bfff;--hover-button-color:#00bfff}
and then implementing these CSS properties:
.th-navbar.pure-g{background-color:var(--th-navbar-pure-g)}.th-subbar.pure-u-1{background:var(--secondary-color);border-bottom:1px solid #fff}body{background:var(--body-color)}
I get and .
As minified, when using these properties on :root:
`:root{--body-color:rgb(0, 115, 230);--th-navbar-pure-g:#09f;--secondary-color:#00bfff;--hover-button-color:#00bfff}`
and then implementing these CSS properties:
`.th-navbar.pure-g{background-color:var(--th-navbar-pure-g)}.th-subbar.pure-u-1{background:var(--secondary-color);border-bottom:1px solid #fff}body{background:var(--body-color)}`
I get [this](https://poal.co/static/images/31vI3G.png) and [the CSS appears broken](https://poal.co/static/images/ggqyQB.png).
(post is archived)