rename quick to util

This commit is contained in:
2026-02-04 14:07:05 +00:00
parent 941715b6a1
commit 9bd2ea980a
30 changed files with 75 additions and 63 deletions

View File

@@ -74,21 +74,19 @@
--default-font-family: var(--font_default);
}
/* END OF VARIABLES */
/* ELEMENTS */
body {
margin: 0 auto;
width: 100vw;
height: 100vh;
font-family: var(--font_text);
}
input {
color: var(--primary);
@apply text-secondary border-primary border;
}
small {
color: var(--tertiary);
@apply text-tertiary;
}
h1,
@@ -98,9 +96,15 @@ h4 {
@apply m-1 font-heading text-primary;
}
h1,
h3,
h4 {
@apply text-base;
}
h2 {
@apply border-primary border-b;
@apply text-lg;
}
h1 {
@apply text-xl;
}
p {
@@ -108,11 +112,11 @@ p {
}
button {
@apply text-primary bg-link text-center;
@apply text-primary bg-link text-center border;
}
a {
@apply text-primary bg-link text-center font-heading;
@apply text-primary bg-link text-center font-heading text-xl tracking-wide;
}
table {