mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
colors
This commit is contained in:
parent
fc7af76cfe
commit
207ccadd1a
|
@ -43,19 +43,19 @@
|
|||
}
|
||||
|
||||
.clr-border {
|
||||
@apply border-gray-300 dark:border-gray-400
|
||||
@apply border-gray-300 dark:border-[#434343]
|
||||
}
|
||||
|
||||
.clr-border-nav {
|
||||
@apply border-gray-400 dark:border-gray-300
|
||||
@apply border-gray-400 dark:border-[#434343]
|
||||
}
|
||||
|
||||
.clr-app {
|
||||
@apply bg-gray-50 dark:bg-gray-800
|
||||
@apply bg-gray-50 dark:bg-[#181818]
|
||||
}
|
||||
|
||||
.clr-bg-pop {
|
||||
@apply bg-gray-100 dark:bg-gray-600
|
||||
@apply bg-gray-100 dark:bg-[#272727] dark:border-[#434343]
|
||||
}
|
||||
|
||||
.clr-modal {
|
||||
|
@ -63,7 +63,7 @@
|
|||
}
|
||||
|
||||
.clr-nav {
|
||||
@apply border-gray-400 dark:border-gray-300 bg-white dark:bg-gray-900
|
||||
@apply border-gray-400 dark:border-[#434343] bg-white dark:bg-[#181818]
|
||||
}
|
||||
|
||||
.clr-input {
|
||||
|
@ -71,7 +71,7 @@
|
|||
}
|
||||
|
||||
.clr-footer {
|
||||
@apply clr-app text-gray-600 border-gray-400 dark:border-gray-300 dark:text-gray-300
|
||||
@apply clr-app text-gray-600 border-gray-400 dark:border-[#434343] dark:text-gray-300
|
||||
}
|
||||
|
||||
.clr-card {
|
||||
|
|
Loading…
Reference in New Issue
Block a user