chore: add prettier
This commit is contained in:
committed by
Mathias Schopmans
parent
81a15c9cd2
commit
064918ff4d
@@ -51,7 +51,9 @@
|
||||
border-radius: var(--border-radius);
|
||||
background: rgba(var(--card-rgb), 0);
|
||||
border: 1px solid rgba(var(--card-border-rgb), 0);
|
||||
transition: background 200ms, border 200ms;
|
||||
transition:
|
||||
background 200ms,
|
||||
border 200ms;
|
||||
}
|
||||
|
||||
.card span {
|
||||
@@ -227,3 +229,7 @@
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
}
|
||||
|
||||
#lore {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user