feat: random alias

This commit is contained in:
Julien Calixte
2025-08-06 23:56:53 +02:00
parent 35432ff44c
commit f683c61bb1
7 changed files with 68 additions and 32 deletions

23
5s.css
View File

@@ -2,7 +2,8 @@
@plugin "@tailwindcss/typography";
@plugin "daisyui" {
themes: light --default, dark --prefersdark;
/* themes: light --default, dark --prefersdark; */
themes: light;
}
*:not(td):not(th) {
@@ -28,3 +29,23 @@ main {
margin: 1rem 1rem 0;
color: var(--color);
}
h1 {
margin: 0 0 0.5rem;
}
.created-at {
font-size: 14pt;
margin: 0;
}
.numeric {
font-family: 'Cutive Mono', monospace;
font-weight: bold;
}
article {
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
}