style.css
ASCII text
1@import "/static/efficient-ui/MASTER.css"; 2 3:root { 4--gap-navbar: 1rem; 5--width-navbar-button: 0; 6} 7 8iconify-icon { 9display: inline-block; 10width: 1em; 11height: 1em; 12} 13 14:is(#shape-selector, #shape-options) > button > iconify-icon { 15font-size: 2rem; 16} 17 18#annotation-zone { 19position: relative; 20} 21 22#annotation-zone > svg { 23z-index: 1; 24position: absolute; 25top: 0; 26left: 0; 27} 28