feat: random alias
This commit is contained in:
23
5s.css
23
5s.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user