dropdown grid column, tiny style adjustment
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user