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 697c2dd500 - Show all commits

View File

@ -1,6 +1,6 @@
/*
* base text: #06CDFF
* important text: #301E67
* important text: #8200FF
* background: #03001C
*/
@ -44,9 +44,9 @@ body {
.navItem {
background-color: #03001C;
border: solid 4px #301E67;
border: solid 4px #8200FF;
border-radius: 12px;
color: #301E67;
color: #8200FF;
display: inline-block;
margin: 6px;
margin-top: 0px;