update background color

This commit is contained in:
miloschwartz 2025-03-14 18:33:33 -04:00
parent fd0a252859
commit 262b058384
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View file

@ -105,7 +105,7 @@ const config: Config = {
// {to: '/blog', label: 'Blog', position: 'left'}, // {to: '/blog', label: 'Blog', position: 'left'},
{ {
href: "https://fossorial.io", href: "https://fossorial.io",
label: "Website", label: "fossorial.io",
position: "left" position: "left"
}, },
{ {

View file

@ -60,7 +60,7 @@
--chart-color-4: hsl(280, 65%, 60%); --chart-color-4: hsl(280, 65%, 60%);
--chart-color-5: hsl(340, 75%, 55%); --chart-color-5: hsl(340, 75%, 55%);
--ifm-navbar-background-color: #1B1B1D; --ifm-navbar-background-color: #1A1A1A;
} }
.main { .main {
@ -234,3 +234,7 @@ div[class^="announcementBarContent"] a:hover {
.breadcrumbs li:nth-child(2) .breadcrumbs__link{ .breadcrumbs li:nth-child(2) .breadcrumbs__link{
padding-left: 0px !important; padding-left: 0px !important;
} }
body {
background-color: #1A1A1A !important;
}