|
|
|
@ -7,7 +7,7 @@ |
|
|
|
/* Custom styles */ |
|
|
|
/* Custom styles */ |
|
|
|
@layer base { |
|
|
|
@layer base { |
|
|
|
.leather { |
|
|
|
.leather { |
|
|
|
@apply bg-primary-0 dark:bg-primary-1000 text-gray-800 dark:text-gray-200; |
|
|
|
@apply bg-primary-0 dark:bg-primary-1000 text-gray-900 dark:text-gray-100; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.btn-leather.text-xs { |
|
|
|
.btn-leather.text-xs { |
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div[role='tooltip'] button.btn-leather { |
|
|
|
div[role='tooltip'] button.btn-leather { |
|
|
|
@apply hover:text-primary-400 dark:hover:text-primary-500 hover:border-primary-400 dark:hover:border-primary-500 hover:bg-gray-200 dark:hover:bg-gray-700; |
|
|
|
@apply hover:text-primary-600 dark:hover:text-primary-400 hover:border-primary-600 dark:hover:border-primary-400 hover:bg-gray-200 dark:hover:bg-gray-700; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.image-border { |
|
|
|
.image-border { |
|
|
|
@ -45,11 +45,11 @@ |
|
|
|
div.card-leather h4, |
|
|
|
div.card-leather h4, |
|
|
|
div.card-leather h5, |
|
|
|
div.card-leather h5, |
|
|
|
div.card-leather h6 { |
|
|
|
div.card-leather h6 { |
|
|
|
@apply text-gray-800 hover:text-primary-400 dark:text-gray-300 dark:hover:text-primary-500; |
|
|
|
@apply text-gray-900 hover:text-primary-600 dark:text-gray-100 dark:hover:text-primary-400; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.card-leather .font-thin { |
|
|
|
div.card-leather .font-thin { |
|
|
|
@apply text-gray-900 hover:text-primary-600 dark:text-gray-200 dark:hover:text-primary-200; |
|
|
|
@apply text-gray-900 hover:text-primary-700 dark:text-gray-100 dark:hover:text-primary-300; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
main { |
|
|
|
main { |
|
|
|
@ -67,13 +67,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
main.main-leather, |
|
|
|
main.main-leather, |
|
|
|
article.article-leather { |
|
|
|
article.article-leather { |
|
|
|
@apply bg-primary-0 dark:bg-primary-1000 text-gray-800 dark:text-gray-300; |
|
|
|
@apply bg-primary-0 dark:bg-primary-1000 text-gray-900 dark:text-gray-100; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.note-leather, |
|
|
|
div.note-leather, |
|
|
|
p.note-leather, |
|
|
|
p.note-leather, |
|
|
|
section.note-leather { |
|
|
|
section.note-leather { |
|
|
|
@apply bg-primary-0 dark:bg-primary-1000 text-gray-800 dark:text-gray-300 p-2 rounded; |
|
|
|
@apply bg-primary-0 dark:bg-primary-1000 text-gray-900 dark:text-gray-100 p-2 rounded; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.edit div.note-leather:hover:not(:has(.note-leather:hover)), |
|
|
|
.edit div.note-leather:hover:not(:has(.note-leather:hover)), |
|
|
|
@ -88,7 +88,7 @@ |
|
|
|
h4.h-leather, |
|
|
|
h4.h-leather, |
|
|
|
h5.h-leather, |
|
|
|
h5.h-leather, |
|
|
|
h6.h-leather { |
|
|
|
h6.h-leather { |
|
|
|
@apply text-gray-800 dark:text-gray-300; |
|
|
|
@apply text-gray-900 dark:text-gray-100; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
h1.h-leather { |
|
|
|
h1.h-leather { |
|
|
|
@ -125,11 +125,11 @@ |
|
|
|
div.modal-leather>div>h4, |
|
|
|
div.modal-leather>div>h4, |
|
|
|
div.modal-leather>div>h5, |
|
|
|
div.modal-leather>div>h5, |
|
|
|
div.modal-leather>div>h6 { |
|
|
|
div.modal-leather>div>h6 { |
|
|
|
@apply text-gray-800 hover:text-gray-800 dark:text-gray-300 dark:hover:text-gray-300; |
|
|
|
@apply text-gray-900 hover:text-gray-900 dark:text-gray-100 dark:hover:text-gray-100; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.modal-leather button { |
|
|
|
div.modal-leather button { |
|
|
|
@apply bg-primary-0 hover:bg-primary-0 dark:bg-primary-950 dark:hover:bg-primary-950 text-gray-800 hover:text-primary-400 dark:text-gray-300 dark:hover:text-primary-500; |
|
|
|
@apply bg-primary-0 hover:bg-primary-0 dark:bg-primary-950 dark:hover:bg-primary-950 text-gray-900 hover:text-primary-600 dark:text-gray-100 dark:hover:text-primary-400; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Navbar */ |
|
|
|
/* Navbar */ |
|
|
|
@ -142,7 +142,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
nav.navbar-leather svg { |
|
|
|
nav.navbar-leather svg { |
|
|
|
@apply fill-gray-800 hover:fill-primary-400 dark:fill-gray-300 dark:hover:fill-primary-500; |
|
|
|
@apply fill-gray-900 hover:fill-primary-600 dark:fill-gray-100 dark:hover:fill-primary-400; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
nav.navbar-leather h1, |
|
|
|
nav.navbar-leather h1, |
|
|
|
@ -151,7 +151,7 @@ |
|
|
|
nav.navbar-leather h4, |
|
|
|
nav.navbar-leather h4, |
|
|
|
nav.navbar-leather h5, |
|
|
|
nav.navbar-leather h5, |
|
|
|
nav.navbar-leather h6 { |
|
|
|
nav.navbar-leather h6 { |
|
|
|
@apply text-gray-800 hover:text-primary-400 dark:text-gray-300 dark:hover:text-primary-500; |
|
|
|
@apply text-gray-900 hover:text-primary-600 dark:text-gray-100 dark:hover:text-primary-400; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Sidebar */ |
|
|
|
/* Sidebar */ |
|
|
|
@ -187,11 +187,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
div.textarea-leather, |
|
|
|
div.textarea-leather, |
|
|
|
div.textarea-leather textarea { |
|
|
|
div.textarea-leather textarea { |
|
|
|
@apply text-gray-800 dark:text-gray-300; |
|
|
|
@apply text-gray-900 dark:text-gray-100; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.tooltip-leather { |
|
|
|
div.tooltip-leather { |
|
|
|
@apply text-gray-800 dark:text-gray-300; |
|
|
|
@apply text-gray-900 dark:text-gray-100; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div[role='tooltip'] button.btn-leather .tooltip-leather { |
|
|
|
div[role='tooltip'] button.btn-leather .tooltip-leather { |
|
|
|
@ -215,7 +215,7 @@ |
|
|
|
/* Utilities can be applied via the @apply directive. */ |
|
|
|
/* Utilities can be applied via the @apply directive. */ |
|
|
|
@layer utilities { |
|
|
|
@layer utilities { |
|
|
|
.h-leather { |
|
|
|
.h-leather { |
|
|
|
@apply text-gray-800 dark:text-gray-300 pt-4; |
|
|
|
@apply text-gray-900 dark:text-gray-100 pt-4; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.h1-leather { |
|
|
|
.h1-leather { |
|
|
|
@ -245,11 +245,11 @@ |
|
|
|
/* Lists */ |
|
|
|
/* Lists */ |
|
|
|
.ol-leather li a, |
|
|
|
.ol-leather li a, |
|
|
|
.ul-leather li a { |
|
|
|
.ul-leather li a { |
|
|
|
@apply text-gray-800 hover:text-primary-400 dark:text-gray-300 dark:hover:text-primary-500; |
|
|
|
@apply text-gray-900 hover:text-primary-600 dark:text-gray-100 dark:hover:text-primary-400; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.link { |
|
|
|
.link { |
|
|
|
@apply underline cursor-pointer hover:text-primary-400 dark:hover:text-primary-500; |
|
|
|
@apply underline cursor-pointer hover:text-primary-600 dark:hover:text-primary-400; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Card with transition */ |
|
|
|
/* Card with transition */ |
|
|
|
@ -286,7 +286,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
/* Tooltip */ |
|
|
|
/* Tooltip */ |
|
|
|
.tooltip-leather { |
|
|
|
.tooltip-leather { |
|
|
|
@apply fixed p-4 rounded shadow-lg bg-primary-0 dark:bg-primary-1000 text-gray-800 dark:text-gray-300 border border-gray-200 dark:border-gray-700 transition-colors duration-200; |
|
|
|
@apply fixed p-4 rounded shadow-lg bg-primary-0 dark:bg-primary-1000 text-gray-900 dark:text-gray-100 border border-gray-200 dark:border-gray-700 transition-colors duration-200; |
|
|
|
max-width: 400px; |
|
|
|
max-width: 400px; |
|
|
|
z-index: 1000; |
|
|
|
z-index: 1000; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -377,7 +377,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.stemblock { |
|
|
|
.stemblock { |
|
|
|
@apply bg-gray-100 dark:bg-gray-900 p-4 rounded-lg; |
|
|
|
@apply bg-gray-200 dark:bg-gray-800 p-4 rounded-lg; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.literalblock { |
|
|
|
.literalblock { |
|
|
|
@ -494,7 +494,7 @@ |
|
|
|
input[type="tel"], |
|
|
|
input[type="tel"], |
|
|
|
input[type="url"], |
|
|
|
input[type="url"], |
|
|
|
textarea { |
|
|
|
textarea { |
|
|
|
@apply bg-primary-0 dark:bg-primary-1000 text-gray-800 dark:text-gray-300 border-s-4 border-primary-200 rounded shadow-none px-4 py-2; |
|
|
|
@apply bg-primary-0 dark:bg-primary-1000 text-gray-900 dark:text-gray-100 border-s-4 border-primary-200 rounded shadow-none px-4 py-2; |
|
|
|
@apply focus:border-primary-400 dark:focus:border-primary-500; |
|
|
|
@apply focus:border-primary-600 dark:focus:border-primary-400; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |