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:
Emil Gulamov 2024-06-25 04:46:00 +04:00
parent 00ba64c6e1
commit 188f7b80b2
2 changed files with 7 additions and 1 deletions

View file

@ -39,6 +39,7 @@
} }
header { header {
border: none !important;
padding: 0 !important; padding: 0 !important;
} }
@ -76,7 +77,12 @@ header > div:first-of-type {
top: 2rem !important; top: 2rem !important;
} }
#starlight__on-this-page--mobile {
border: none !important;
}
mobile-starlight-toc > nav { mobile-starlight-toc > nav {
border: none !important;
border-radius: 1rem; border-radius: 1rem;
margin-top: 2rem !important; margin-top: 2rem !important;
} }

View file

@ -46,8 +46,8 @@
} }
header { header {
padding: 0 !important;
border: none !important; border: none !important;
padding: 0 !important;
} }
header.header { header.header {