This commit is contained in:
parent
0d4e759de6
commit
50de153e55
2 changed files with 5 additions and 8 deletions
|
@ -29,7 +29,8 @@
|
|||
/* padding: 0px; */
|
||||
margin: 0px;
|
||||
box-sizing: border-box;
|
||||
font-family: sans-serif;
|
||||
font-family: "Segoe UI", Arial, sans-serif, "Segoe UI Emoji",
|
||||
"Segoe UI Symbol";
|
||||
/* perspective: 800px; */
|
||||
}
|
||||
|
||||
|
|
|
@ -17,17 +17,13 @@
|
|||
}
|
||||
|
||||
html {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
|
||||
Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial,
|
||||
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: "Segoe UI", Arial, sans-serif, "Segoe UI Emoji",
|
||||
"Segoe UI Symbol";
|
||||
font-size: var(--font-size);
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: rgb(255, 255, 255);
|
||||
background: var(--selection);
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue