core: redesign website #11

Merged
Trianta merged 122 commits from redesign into main 2024-12-10 03:16:37 -06:00
Showing only changes of commit 2b29ad9671 - Show all commits

View File

@ -1,3 +1,9 @@
/*
* base text: #343131
* important text: #EEDF7A
* first background: #A04747
* second background: #D8A25E
*/
/* /*
* base text: #FAFAFA * base text: #FAFAFA
* important text: #CB3737 * important text: #CB3737
@ -7,8 +13,8 @@
body { body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
color: #FAFAFA; color: #343131;
background: #E3E3E3; background: #D8A25E;
line-height: 1.5; line-height: 1.5;
margin-inline: auto; margin-inline: auto;
margin: 0 auto; margin: 0 auto;
@ -26,11 +32,11 @@ canvas {
} }
.first { .first {
background: #EE6F57; background: #A04747;
} }
.second { .second {
background: #E3E3E3; background: #D8A25E;
} }
#navigation { #navigation {
@ -48,8 +54,8 @@ canvas {
} }
.navItem { .navItem {
color: #FAFAFA; color: #343131;
background-color: #CB3737; background-color: #EEDF7A;
margin: 6px; margin: 6px;
margin-top: 0px; margin-top: 0px;
padding: 8px; padding: 8px;
@ -80,7 +86,7 @@ h1 {
max-width: 650px; max-width: 650px;
text-align: left; text-align: left;
padding: 8px 1.5rem; padding: 8px 1.5rem;
color: #CB3737; color: #EEDF7A;
} }
h2 { h2 {