2021-07-31

This commit is contained in:
GitHub Action 2021-07-31 14:19:52 +00:00
parent 285c140fcb
commit 033c341b0d
3 changed files with 45 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,6 +2,7 @@
:root { :root {
--color-black: black; --color-black: black;
--color-gray: gray; --color-gray: gray;
--color-background: #f9f7f1;
--height-img: 10rem; --height-img: 10rem;
} }
@ -16,7 +17,7 @@ body {
padding: 0; padding: 0;
font-family: Newsreader, serif; font-family: Newsreader, serif;
color: var(--color-black); color: var(--color-black);
background-image: url("../img/background.jpg"); background-color: var(--color-background);
background-size: 100%; background-size: 100%;
} }
img { img {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 KiB