+ + + + + +
++ + + + + +
++ + + + + +
+@@ -198,7 +234,7 @@
@@ -336,7 +372,7 @@ @@ -498,7 +534,7 @@ @@ -624,7 +660,7 @@ @@ -714,7 +750,7 @@ @@ -732,7 +768,7 @@ @@ -840,7 +876,7 @@ diff --git a/docs/static/css/main.css b/docs/static/css/main.css index 9af1945..f8bf83b 100644 --- a/docs/static/css/main.css +++ b/docs/static/css/main.css @@ -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 { diff --git a/docs/static/img/background.jpg b/docs/static/img/background.jpg deleted file mode 100644 index 5e3d49b..0000000 Binary files a/docs/static/img/background.jpg and /dev/null differ