wip: dnsc-machine setup
This commit is contained in:
parent
d2fe4a5ea6
commit
f9e202dccc
1 changed files with 9 additions and 4 deletions
|
|
@ -25,11 +25,16 @@
|
|||
};
|
||||
|
||||
extraCss = /*css */ ''
|
||||
window {
|
||||
background: transparent;
|
||||
* {
|
||||
all: unset;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
box.main {
|
||||
#window,
|
||||
#match,
|
||||
#entry,
|
||||
#plugin,
|
||||
#main {
|
||||
background: transparent;
|
||||
}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue