desktop修正

This commit is contained in:
admin
2025-12-14 23:54:48 +09:00
parent f9f5eec35e
commit 74dcb88fe6
25 changed files with 1068 additions and 157 deletions

View File

@@ -1,14 +1,23 @@
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont;
margin: 20px;
font-family: sans-serif;
}
table {
margin-top: 10px;
border-collapse: collapse;
width: 100%;
}
th,
td {
padding: 6px 10px;
border: 1px solid #999;
padding: 4px 8px;
}
th {
background: #eee;
}
a {
color: blue;
text-decoration: none;
}