Health for watch

This commit is contained in:
Aleksandr Lebedev 2025-10-24 09:47:05 +02:00
parent 2018d7aab6
commit 6780fbfd90
177 changed files with 19996 additions and 21 deletions

View file

@ -1,17 +1,3 @@
@media (prefers-color-scheme: dark) {
html { background-color: #111111; color: #fbfbfb; }
a { color: #ca8465; }
.flexcontainer {
display: flex;
}
body {
line-height: 1.6;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
text-align: center;
margin: 1rem auto;
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
img.u-photo { border-radius: 50%; }
ul { padding: 0; list-style: none; }