2022-09-13 22:42:29 +02:00
parent ca30d11b4f
commit 298c753b24
5 changed files with 53 additions and 5 deletions

View File

@ -8,12 +8,12 @@ Tags: one-page, single-page, portfolio, custom-colors, post-formats, responsive,
*/
/*=== MEDIA QUERY ===*/
html {
background-color: #353b43;
background-color: var(--green);
color: #737f8a;
}
body {
background-color: #353b43;
background-color: var(--green);
color: #fff;
-webkit-font-smoothing: antialiased;
}