Update regex

This commit is contained in:
Andros Fenollosa
2021-07-31 15:32:56 +02:00
parent 1002a57856
commit 285c140fcb
4 changed files with 3 additions and 2 deletions

View File

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