dropdown grid column, tiny style adjustment

This commit is contained in:
2023-04-03 23:58:53 +08:00
parent cb3b03f365
commit 3c1cbdf22e
3 changed files with 75 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
:root {
font-family: 'Segoe UI Variable Display', Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
font-family: var(--serif-font-family);
font-size: 1.125rem;
line-height: 1.5;
font-weight: 400;
@@ -16,9 +16,14 @@
--border-color: #ccc;
--hover-color: #666;
--serif-font-family: 'Segoe UI Variable Display', Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
--mono-font-family: 'FantasqueSansMono NFM', 'Cascadia Code', 'PT Mono', Consolas, 'Courier New', monospace;
}
input {
font-family: var(--serif-font-family);
}
code, kbd, pre, samp {
font-family: var(--mono-font-family);
background-color: var(--hover-color);