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