From 697c2dd5002ce99fffbb6c2de8142b760c823598 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:36:29 -0600 Subject: [PATCH] core: make purple brighter --- default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;