Remove border from multiple elements in style sheets
The style sheets 'starlight.css' and 'starlight_main.css' have been modified across multiple sections to remove the border.
This commit is contained in:
parent
00ba64c6e1
commit
188f7b80b2
2 changed files with 7 additions and 1 deletions
|
@ -39,6 +39,7 @@
|
|||
}
|
||||
|
||||
header {
|
||||
border: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
|
@ -76,7 +77,12 @@ header > div:first-of-type {
|
|||
top: 2rem !important;
|
||||
}
|
||||
|
||||
#starlight__on-this-page--mobile {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
mobile-starlight-toc > nav {
|
||||
border: none !important;
|
||||
border-radius: 1rem;
|
||||
margin-top: 2rem !important;
|
||||
}
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
}
|
||||
|
||||
header {
|
||||
padding: 0 !important;
|
||||
border: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
header.header {
|
||||
|
|
Loading…
Add table
Reference in a new issue