wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 23:53:29 +01:00
parent d2fe4a5ea6
commit f9e202dccc

View file

@ -25,11 +25,16 @@
}; };
extraCss = /*css */ '' extraCss = /*css */ ''
window { * {
background: transparent; all: unset;
font-size: 1.2rem;
} }
box.main { #window,
#match,
#entry,
#plugin,
#main {
background: transparent; background: transparent;
} }
''; '';