Some initial sass refactoring (breaking change!)
Well, it's not a breaking change if you don't restyle duckquill heavily :)
This commit is contained in:
9
sass/_details.scss
Normal file
9
sass/_details.scss
Normal file
@ -0,0 +1,9 @@
|
||||
details {
|
||||
border-radius: var(--rounded-corner);
|
||||
background-color: var(--fg-muted-1);
|
||||
padding: 1rem;
|
||||
|
||||
&>summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user