17 lines
708 B
CSS
17 lines
708 B
CSS
@font-face{font-family:"DotGothic16Local";src:url("../../assets/fonts/DotGothic16-Regular.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
|
||
:root{
|
||
--bg:#121416;
|
||
--panel:#1c1f22;
|
||
--ink:#f3f4f5;
|
||
--muted:#8b949b;
|
||
--grid:rgba(198,210,218,.28);
|
||
--accent:#d9f06f;
|
||
--bad:#ff6e7a;
|
||
--dot-font:"DotGothic16Local","DotGothic16","MS Gothic","MS ゴシック",ui-monospace,monospace;
|
||
--emoji-font:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;
|
||
--bar-height:54px;
|
||
--safe-top:env(safe-area-inset-top,0px);
|
||
--safe-right:env(safe-area-inset-right,0px);
|
||
--safe-bottom:env(safe-area-inset-bottom,0px);
|
||
--safe-left:env(safe-area-inset-left,0px)
|
||
}
|