Fix background color

This commit is contained in:
2024-07-07 22:07:26 +02:00
parent b64dbace79
commit a01515aa9c
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<meta property="og:ttl" content="60"/>
<meta name="twitter:card" content="summary_large_image"/>
</head>
<body style="margin-top: 3em;">
<body style="margin-top: 3em; background-color: var(--bg-color);">
<header>
<nav>
<div>

View File

@ -15,7 +15,6 @@
body {
margin: 0;
background-color: var(--bg-color);
}
header {