feat: add some stuff

This commit is contained in:
2024-03-28 18:30:52 +01:00
parent 31b24de86c
commit d4128840b9
196 changed files with 3393 additions and 390 deletions
+29 -46
View File
@@ -1,55 +1,23 @@
/* @font-face { */
/* font-display: swap; */
/* font-family: 'Nunito Sans'; */
/* font-style: normal; */
/* font-weight: 300; */
/* src: url('/fonts/nunito-sans-v15-latin-300.woff2') format('woff2'), */
/* url('/fonts/nunito-sans-v15-latin-300.ttf') format('truetype'); */
/* } */
/**/
/* @font-face { */
/* font-display: swap; */
/* font-family: 'Roboto'; */
/* font-style: normal; */
/* font-weight: 300; */
/* src: url('/fonts/roboto-v30-latin-300.woff2') format('woff2'), */
/* url('/fonts/roboto-v30-latin-300.ttf') format('truetype'); */
/* } */
h1 {
font-weight: 300;
font-size: 2rem;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0px;
padding: 0px;
}
p {
font-family: 'Nunito Sans', sans-serif;
font-size: 16px;
}
h1,
h2 {
font-family: 'Roboto', sans-serif;
}
:root {
--neutral1000: #000000;
--neutral800: #16161E;
--neutral500: #252530;
--neutral400: #2C2C3A;
--neutral300: #414152;
--neutral100: #AAAABB;
--neutral000: #F1F1F4;
--neutral-1000: #000000;
--neutral-800: #16161E;
--neutral-500: #252530;
--neutral-400: #2C2C3A;
--neutral-300: #414152;
--neutral-100: #AAAABB;
--neutral-000: #F1F1F4;
}
body {
--background-dark: var(--neutral800);
--background: var(--neutral000);
--background-light: var(--neutral400);
@@ -57,14 +25,29 @@ body {
--text: var(--neutral1000);
--layer100: var(--neutral000);
--border-radius-md: 20px;
--spacing-sm: 10px;
--spacing-md: 20px;
background-color: var(--layer100);
transition: background-color 0.1s;
color: var(--text);
font-family: 'Roboto', sans-serif;
font-family: 'Nunito Sans', sans-serif;
}
.noise::before {
content: "";
position: absolute;
height: 100%;
width: 100%;
background: url(/noise.png);
background-size: 200px;
pointer-events: none;
/* opacity: 0.3; */
}
.theme-dark {
--background-dark: var(--neutral800);
--background: var(--neutral500);
--background-light: var(--neutral400);
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
LFS Executable
BIN
View File
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=about:internet
Binary file not shown.