diff options
| author | 2025-10-19 21:45:19 +0700 | |
|---|---|---|
| committer | 2025-10-19 21:45:19 +0700 | |
| commit | 501c05f0c959000228024a3d65d9dd3c84921c6a (patch) | |
| tree | 0703dfe342822f9761d28461506b59a958f9da5b /views/index.html | |
| parent | 324c6df1ab878aa0c34f80c58f730e01aca1f4e9 (diff) | |
| download | web-501c05f0c959000228024a3d65d9dd3c84921c6a.tar.gz web-501c05f0c959000228024a3d65d9dd3c84921c6a.zip | |
format: rename main-dark & main-light colors to main-hard & main-soft
Diffstat (limited to 'views/index.html')
| -rw-r--r-- | views/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.html b/views/index.html index 3f727ee..cbb4c57 100644 --- a/views/index.html +++ b/views/index.html @@ -52,7 +52,7 @@ </style> </head> -<body data-theme="night" class="font-andika text-main-dark text-2xl overflow-hidden bg-interlocked-hexagons h-[100dvh] flex flex-col"> +<body data-theme="night" class="font-andika text-main-hard text-2xl overflow-hidden bg-interlocked-hexagons h-[100dvh] flex flex-col"> <div class="absolute star z-0">*</div> <div class="absolute star z-0">*</div> |