mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
update background color
This commit is contained in:
parent
fd0a252859
commit
262b058384
2 changed files with 6 additions and 2 deletions
|
@ -105,7 +105,7 @@ const config: Config = {
|
|||
// {to: '/blog', label: 'Blog', position: 'left'},
|
||||
{
|
||||
href: "https://fossorial.io",
|
||||
label: "Website",
|
||||
label: "fossorial.io",
|
||||
position: "left"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
--chart-color-4: hsl(280, 65%, 60%);
|
||||
--chart-color-5: hsl(340, 75%, 55%);
|
||||
|
||||
--ifm-navbar-background-color: #1B1B1D;
|
||||
--ifm-navbar-background-color: #1A1A1A;
|
||||
}
|
||||
|
||||
.main {
|
||||
|
@ -234,3 +234,7 @@ div[class^="announcementBarContent"] a:hover {
|
|||
.breadcrumbs li:nth-child(2) .breadcrumbs__link{
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #1A1A1A !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue