[+] Color constants

This commit is contained in:
Azalea Gui
2023-02-09 20:13:01 -05:00
parent 4636deb490
commit 1f0e714b08
2 changed files with 29 additions and 2 deletions
+2 -2
View File
@@ -41,12 +41,12 @@ export default function App() {
return (
// Full screen container
<div class="p-10 bg-dark-800 text-rose-300 min-h-full">
<div class="p-10 bg-dark-800 color-main min-h-full">
{/* Content container */}
<div class="max-w-screen-md m-auto">
<p class="text-4xl text-rose-400 text-center py-10">File Listing</p>
<p class="text-4xl color-emp text-center py-10">File Listing</p>
{/* Breadcrumbs */}
<div>
+27
View File
@@ -1,2 +1,29 @@
.tippy-box
max-width: unset !important
.color-emp
color: #ebadb6
.color-main
color: #c49098
.color-sub
color: #ad7a82
.color-subsub
color: #77545a
.color-alt
color: #ebd6b7
.color-bg-lighter
color: #211D1D
.color-bg
color: #1b1616
.color-bg-darker
color: #181414
.color-sub.active
@extend .color-emp