Added styles.css from root-rep, updated 404.md and meta in index.html

This commit is contained in:
Eugene Serb
2022-07-24 17:30:59 +03:00
parent a9e089e043
commit b5f56a2d08
6 changed files with 53 additions and 57 deletions

View File

@ -6,7 +6,7 @@
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#4ECBD9" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#087E8B" />
<meta name="color-scheme" content="light dark" />
<link rel="canonical" href="https://wavelovers.ru/404" />
<link rel="canonical" href="https://wavelovers.ru/404.html" />
<link rel="shortcut icon" type="image/x-icon" href="https://wavelovers.ru/img/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="https://wavelovers.ru/img/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://wavelovers.ru/img/favicon-32x32.png" />

View File

@ -1,22 +1,16 @@
/* ------------------------------ */
/* Wavelovers styles */
/* version: dated 2022.07.23 */
/* version: dated 2022.07.24 */
/* author: Eugene Serb */
/* ------------------------------ */
@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
/* ------------------------------ */
/* RESET AND BASE STYLES' TUNE UP */
/* ------------------------------ */
@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
*, ::after, ::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
/* Simple colors */
--color-white: #FFFFFF;
@ -96,6 +90,12 @@
}
}
*, ::after, ::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-family: 'Roboto', sans-serif;
direction: ltr;
@ -143,7 +143,7 @@ small { font-size: smaller; }
span, p, article, blockquote {
color: var(--color-text);
font-weight: 400;
font-weight: 300;
}
ul {