mirror of
https://github.com/wah-su/wahs.wah.su.git
synced 2025-04-05 15:54:37 +00:00
tailwind
This commit is contained in:
parent
b766442484
commit
9e754e4a88
1 changed files with 0 additions and 16 deletions
|
@ -527,9 +527,6 @@
|
|||
.invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
.visible {
|
||||
visibility: visible;
|
||||
}
|
||||
.absolute {
|
||||
position: absolute;
|
||||
}
|
||||
|
@ -813,9 +810,6 @@
|
|||
.text-orange-400 {
|
||||
color: var(--color-orange-400);
|
||||
}
|
||||
.text-slate-700 {
|
||||
color: var(--color-slate-700);
|
||||
}
|
||||
.text-white {
|
||||
color: var(--color-white);
|
||||
}
|
||||
|
@ -953,16 +947,6 @@
|
|||
grid-template-columns: repeat(auto-fill,minmax(20%,1fr));
|
||||
}
|
||||
}
|
||||
.dark\:block {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.dark\:hidden {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.dark\:bg-\[\#160606\] {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background-color: #160606;
|
||||
|
|
Loading…
Add table
Reference in a new issue