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 cb669ae425 - Show all commits

View File

@ -1,8 +1,8 @@
/*
* base text: #343131
* important text: #EEDF7A
* first background: #A04747
* second background: #D8A25E
* base text: #006A67
* important text: #FFF4B7
* first background: #000B58
* second background: #003161
*/
/*
* base text: #4F6D7A
@ -13,8 +13,8 @@
body {
font-family: Arial, sans-serif;
color: #4F6D7A;
background: #E8DAB2;
color: #006A67;
background: #003161;
line-height: 1.5;
margin-inline: auto;
margin: 0 auto;
@ -32,11 +32,11 @@ canvas {
}
.first {
background: #DD6E42;
background: #000B58;
}
.second {
background: #E8DAB2;
background: #003161;
}
#navigation {
@ -54,8 +54,8 @@ canvas {
}
.navItem {
color: #4F6D7A;
background-color: #C0D6DF;
color: #006A67;
background-color: #FFF4B7;
margin: 6px;
margin-top: 0px;
padding: 8px;
@ -86,7 +86,7 @@ h1 {
max-width: 650px;
text-align: left;
padding: 8px 1.5rem;
color: #C0D6DF;
color: #FFF4B7;
}
h2 {