preliminary work for old theme re-implementation
This commit is contained in:
parent
ee8bce1bd3
commit
8fc7eff67b
41 changed files with 456 additions and 415 deletions
12
_src/assets/css/citrus/nav.css
Normal file
12
_src/assets/css/citrus/nav.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
nav {
|
||||
padding: 0 var(--pad-xl) var(--pad-xl) 0 !important;
|
||||
& ul {
|
||||
margin: 0 !important;
|
||||
}
|
||||
& details {
|
||||
border: 0 !important;
|
||||
}
|
||||
& a, button {
|
||||
border: 0 !important;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue