This commit is contained in:
Cyril Šebek 2024-06-04 16:43:03 +02:00
parent 17da115193
commit 48c48d145a
Signed by: blboun3
SSH Key Fingerprint: SHA256:ESaOKDAPaR/9j4DJ3sU4VdxTcL7qWUxpAyPSK2LLKbY
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<nav class="w-full flex justify-center">
<div class="fixed w-full top-0 z-50 bg-bkgNavbar/70 shadow-md rounded-b-md">
<div class="fixed w-full top-0 z-50 bg-bkgNavbar shadow-md rounded-b-md">
<div
class="sm:grid sm:grid-cols-6 lg:grid-cols-12"
>

View File

@ -12,7 +12,7 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5
Light mode
*/
--light-color-bkg: 0deg, 0%, 94%;
--light-color-bkgNavbar: 0deg, 0%, 50%;
--light-color-bkgNavbar: 0deg, 0%, 20%;
--light-color-content: 240deg, 4%, 9%;
--light-color-primary: 54deg, 100%, 50%;
--light-color-secondary: 237deg, 100%, 93%;
@ -39,7 +39,7 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5
Dark mode colours
*/
--dark-color-bkg: 0deg, 0%, 6%;
--dark-color-bkgNavbar: 0deg, 0%, 17%;
--dark-color-bkgNavbar: 0deg, 0%, 13%;
--dark-color-content: 240deg, 4%, 91%;
--dark-color-primary: 262deg, 77%, 44%;
--dark-color-secondary: 273deg, 100%, 20%;