Update homepage/config/custom.css
This commit is contained in:
parent
8fe01aee99
commit
6c8cf9082c
@ -1,18 +1,18 @@
|
|||||||
/* cards */
|
/* cards */
|
||||||
:is(.dark .dark\:bg-white\/5) {
|
:is(.light .light\:bg-white\/5) {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: rgba(227, 227, 227, 0.506);
|
border-color: rgba(227, 227, 227, 0.506);
|
||||||
background-color: rgba(97, 144, 182, 0.629) !important;
|
background-color: rgba(97, 144, 182, 0.629) !important;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
.dark\:bg-theme-900\/20:is(.dark *) {
|
.light\:bg-theme-900\/20:is(.light *) {
|
||||||
background-color:rgba(166, 213, 251, 0.328);
|
background-color:rgba(166, 213, 251, 0.328);
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
.dark\:bg-theme-900\/40:is(.dark *) {
|
.light\:bg-theme-900\/40:is(.light *) {
|
||||||
background-color: rgba(34, 64, 97, 0.437);
|
background-color: rgba(34, 64, 97, 0.437);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.dark\:bg-theme-900\/50:is(.dark *) {
|
.light\:bg-theme-900\/50:is(.light *) {
|
||||||
background-color:rgba(224, 217, 217, 0);
|
background-color:rgba(224, 217, 217, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user