First version

This commit is contained in:
codevictory 2022-03-17 19:20:18 +02:00
parent 721dd6a072
commit f28182c101
18 changed files with 93 additions and 597 deletions

View file

@ -1,17 +1,14 @@
@import '@fontsource/fira-mono';
:root {
font-family: Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
--font-mono: 'Fira Mono', monospace;
font-family: 'Syne Mono', monospace;
--pure-white: #ffffff;
--primary-color: #b9c6d2;
--secondary-color: #d0dde9;
--tertiary-color: #edf0f8;
--accent-color: #ff3e00;
--primary-color: #642aa7;
--secondary-color: #5c0ac7;
--tertiary-color: #385196;
--accent-color: #4b0981;
--heading-color: rgba(0, 0, 0, 0.7);
--text-color: #444444;
--background-without-opacity: rgba(255, 255, 255, 0.7);
--background-without-opacity: rgba(8, 4, 4, 0.7);
--column-width: 42rem;
--column-margin-top: 4rem;
}
@ -53,7 +50,7 @@ body::before {
h1,
h2,
p {
font-weight: 400;
font-weight: 800;
color: var(--heading-color);
}
@ -71,23 +68,12 @@ a:hover {
}
h1 {
font-size: 2rem;
font-size: 2.2rem;
text-align: center;
}
h2 {
font-size: 1rem;
}
pre {
font-size: 16px;
font-family: var(--font-mono);
background-color: rgba(255, 255, 255, 0.45);
border-radius: 3px;
box-shadow: 2px 2px 6px rgb(255 255 255 / 25%);
padding: 0.5em;
overflow-x: auto;
color: var(--text-color);
font-size: 2rem;
}
input,