mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
フォントレンダリングを調整
This commit is contained in:
parent
6d99d6e520
commit
e24308592f
@ -26,6 +26,9 @@ html {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
|
||||||
|
line-height: 1.3em;
|
||||||
|
text-size-adjust: 100%;
|
||||||
|
|
||||||
&, * {
|
&, * {
|
||||||
scrollbar-color: var(--scrollbarHandle) var(--panel);
|
scrollbar-color: var(--scrollbarHandle) var(--panel);
|
||||||
@ -88,8 +91,6 @@ html, body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
text-size-adjust: 100%;
|
|
||||||
font-family: Roboto, HelveticaNeue, Arial, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -160,6 +161,8 @@ hr {
|
|||||||
tap-highlight-color: transparent;
|
tap-highlight-color: transparent;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
font-family: inherit;
|
||||||
|
line-height: inherit;
|
||||||
|
|
||||||
&, * {
|
&, * {
|
||||||
@extend ._noSelect;
|
@extend ._noSelect;
|
||||||
|
Loading…
Reference in New Issue
Block a user