core: make purple brighter

This commit is contained in:
Trianta 2024-12-09 23:36:29 -06:00
parent 50f1462738
commit 697c2dd500

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;