feat: initial commit

This commit is contained in:
2026-08-19 21:23:42 +02:00
parent d87042cebb
commit f33bfd81f9
30 changed files with 5527 additions and 0 deletions

25
src/app.css Normal file
View File

@@ -0,0 +1,25 @@
html, body, #app {
height: 100%;
margin: 0;
}
body {
background-color: #9ca0b0!important;
}
h2 {
color: #4c4f69 !important;
}
section {
color: #4c4f69 !important;
}
:root{
--my-bezier: cubic-bezier(0.28, 1.17, 0.64, 1);
--r-heading-text-transform: none !important;
--r-link-color: #1e66f5 !important;
}