diff --git a/default.css b/default.css index f3611d0..ad1d287 100644 --- a/default.css +++ b/default.css @@ -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;