Add font settings
This commit is contained in:
@ -10,8 +10,7 @@ body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
font-size: 15px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, system-ui, "Roboto", "Oxygen",
|
||||
"Cantarell", "Droid Sans", "Helvetica Neue", "Noto Sans CJK JP", sans-serif;
|
||||
font-family: var(--sans-serif);
|
||||
}
|
||||
:root {
|
||||
--page-background: #fff;
|
||||
@ -22,6 +21,8 @@ body {
|
||||
--selected-background: #d5d5d5;
|
||||
--hover-background: #ddd;
|
||||
--border-color: #e3e3e3;
|
||||
--sans-serif: -apple-system, BlinkMacSystemFont, system-ui, "Roboto", "Oxygen",
|
||||
"Cantarell", "Droid Sans", "Helvetica Neue", "Noto Sans CJK JP", sans-serif;
|
||||
--monospace: D2Coding, "source-code-pro", Menlo, Monaco, Consolas, "Courier New",
|
||||
monospace;
|
||||
}
|
||||
@ -78,7 +79,7 @@ input {
|
||||
}
|
||||
|
||||
input[type="search"],
|
||||
input[type="input"],
|
||||
input[type="text"],
|
||||
input[type="number"],
|
||||
input[type="password"] {
|
||||
@include input;
|
||||
@ -100,7 +101,7 @@ input[type="checkbox" i] {
|
||||
position: relative;
|
||||
&:checked:after {
|
||||
content: "\2714";
|
||||
font-size: 15px;
|
||||
font-size: 1rem;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 3px;
|
||||
@ -125,7 +126,6 @@ select,
|
||||
}
|
||||
}
|
||||
button {
|
||||
font-size: 16px;
|
||||
padding: 8px 15px;
|
||||
box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px;
|
||||
transition: 0.1s;
|
||||
|
Reference in New Issue
Block a user