Fix background colour of "back" button

This commit is contained in:
Florine W. Dekker 2022-12-17 19:46:14 +01:00
parent 534a57b325
commit 72f7943647
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "blog",
"version": "1.4.2",
"version": "1.4.3",
"description": "Florine's personal blog.",
"author": "Florine W. Dekker",
"browser": "dist/bundle.js",

View File

@ -7,5 +7,6 @@ main.container {
position: sticky;
top: 0;
background-color: white;
/*noinspection CssUnresolvedCustomProperty*/
background-color: var(--background-color);
}