|
|
|
|
@ -62,7 +62,7 @@
@@ -62,7 +62,7 @@
|
|
|
|
|
div.note-leather:hover:not(:has(.note-leather:hover)), |
|
|
|
|
p.note-leather:hover:not(:has(.note-leather:hover)), |
|
|
|
|
section.note-leather:hover:not(:has(.note-leather:hover)) { |
|
|
|
|
@apply hover:bg-primary-100 dark:hover:bg-primary-800 ; |
|
|
|
|
@apply hover:bg-primary-100 dark:hover:bg-primary-800; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Heading */ |
|
|
|
|
@ -147,4 +147,11 @@
@@ -147,4 +147,11 @@
|
|
|
|
|
.ul-leather li a { |
|
|
|
|
@apply text-gray-800 hover:text-primary-400 dark:text-gray-300 dark:hover:text-primary-500; |
|
|
|
|
} |
|
|
|
|
.network-link-leather { |
|
|
|
|
@apply stroke-gray-400 dark:stroke-gray-600 fill-gray-400 dark:fill-gray-600; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.text-leather { |
|
|
|
|
@apply fill-gray-800 dark:fill-gray-300; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|