Format code

This commit is contained in:
2024-08-26 22:17:30 +01:00
parent d76d709a8d
commit 290ec9a403
15 changed files with 1074 additions and 947 deletions

View File

@@ -1,19 +1,21 @@
html, body {
font-family: "JetBrainsMono NF", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: #ebdbb2;
text-align: center;
background: #282828;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
html,
body {
font-family: "JetBrainsMono NF", system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
sans-serif;
color: #ebdbb2;
text-align: center;
background: #282828;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.clock {
font-size: 8rem;
font-size: 8rem;
}
.date {
font-size: 2rem;
font-size: 2rem;
}