chore: add prettier

This commit is contained in:
Mathias Schopmans
2024-02-09 08:39:58 +01:00
committed by Mathias Schopmans
parent 81a15c9cd2
commit 064918ff4d
4 changed files with 548 additions and 6 deletions

View File

@@ -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;
}