feat: add Berlin Clock layout and styling with Orbitron font

This commit is contained in:
Loic Coenen
2026-06-25 10:31:10 +02:00
committed by Loic Coenen (aider)
parent abf8b13fc7
commit 3fed6dc168
7 changed files with 80 additions and 36 deletions

View File

@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&display=swap');
:root {
--text: #6b6375;
--text-h: #08060d;
@@ -59,6 +61,8 @@
min-height: 100svh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-sizing: border-box;
}
@@ -109,3 +113,11 @@ code {
padding: 4px 8px;
background: var(--code-bg);
}
.clock-container {
font-family: 'Orbitron', monospace;
}
.clock-container input {
font-family: inherit;
}