Compare commits

..

No commits in common. "81d479e09b17d04327e302d427af474dc2586709" and "b9446d92828c5de89b7c8eba6d9d845d3abf9c1b" have entirely different histories.

2 changed files with 41 additions and 50 deletions

View file

@ -1,55 +1,51 @@
@import url('https://rsms.me/inter/inter.css'); html {
box-sizing: border-box;
:root { text-align: center;
/* Warm Gray */ }
--gray-100: #171414; *, *::before, *::after {
--gray-30: #cac5c4; box-sizing: inherit;
--gray-10: #f7f3f2;
--red-40: #ff8389;
} }
body { body {
background: var(--gray-100); position: absolute;
color: var(--gray-10); top: 0;
font-family: Inter var, Inter, sans-serif; left: 0;
font-size: 1rem; height: 100%;
line-height: 1.375rem; width: 100%;
font-weight: 400; margin: 0;
margin: 24px; color: #000000de;
font-feature-settings: 'ss01', 'ss03'; font-family: Inter, sans-serif;
max-width: 1024px;
} }
h1,h2,h3,h4,h5,h6 { h1,h2 {
margin: 0; display: inline-block;
color: var(--red-40); padding: 0 .2em;
margin: 24px;
font-feature-settings: 'ss01', 'ss02', 'ss03', 'cv11';
} }
h1 { h1 {
font-size: 3.375rem; color: #d50000;
line-height: 4rem;
font-weight: 300;
} }
h2 { h2 {
font-size: 2.625rem; text-align: left;
line-height: 3.125rem; font-weight: 400;
font-weight: 300;
} }
blockquote { figure {
text-align: justify; display: block;
font-size: 1rem; border-top: 5px #dedede solid;
line-height: 1.5rem; text-align: left;
position: relative;
border-left: 5px solid var(--gray-30);
padding-left: 12px;
margin-left: 24px;
margin-right: 0;
} }
cite {
font-style: inherit; blockquote::after, blockquote::before {
font-size: .875rem; font-weight: 800;
line-height: 1.125rem; color: #dedede;
letter-spacing: .16px; }
blockquote::before {
content: "«";
}
blockquote::after {
content: "»";
}
figcaption {
text-align: right;
} }

View file

@ -3,20 +3,15 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="author" content="edpibu" />
<meta name="theme-color" content="#ff8389" />
<meta name="color-scheme" content="dark" />
<link rel="icon" type="image/svg+xml"
href="https://edgarpierre.fr/static/svg/logo.svg" />
<link rel="mask-icon"
href="https://edgarpierre.fr/static/svg/logo.svg" />
<title>{code} - {title}</title> <title>{code} - {title}</title>
<style> <style>
{style} {style}
</style> </style>
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
</head> </head>
<body> <body>
<h1>{code}</h1> <h1>{code}</h1>