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 8c049aa0f7 - Show all commits

View File

@ -1,6 +1,5 @@
body {
font-family: Arial, sans-serif;
font-size: 14px;
color: #4c4f69;
line-height: 1.5;
max-width: 80rem;
@ -31,7 +30,6 @@ canvas {
#navBarLeft {
text-align: left;
font-size: 14px;
padding: 4px;
margin-right: auto;
}
@ -70,7 +68,6 @@ canvas {
h1 {
width: 400px;
text-align: center;
font-size: 1.8rem;
margin: auto;
padding: 8px;
background: #e6e9ef;
@ -78,14 +75,12 @@ h1 {
}
h2 {
font-size: 1.8rem;
text-align: center;
margin-top: 0;
margin-bottom: 0.5rem;
}
h3 {
font-size: 2.8rem;
text-align: right;
padding: 8px;
color: rgba(254, 100, 11, 0.7);
@ -93,7 +88,6 @@ h3 {
h4 {
color: #8c8fa1;
font-size: 1.1rem;
margin-top: 0;
margin-bottom: 0.5rem;
}