-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedia.css
1 lines (1 loc) · 1.89 KB
/
media.css
1
@media tty,(grid: 1){input{border-bottom:1px inset}input[type=date]::before{content:"date "}input[type=time]::before{content:"time "}input[type=search]::before{content:"search "}button,input{padding:0px;background-color:inherit;border:none;box-sizing:border-box;color:inherit}button::before{box-sizing:border-box;content:"["}button::after{box-sizing:border-box;content:"]"}h1::before{content:"# "}h2::before{content:"## "}h3::before{content:"### "}h4::before{content:"#### "}h5::before{content:"##### "}h6::before{content:"###### "}img,svg,video{filter:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='b' x='0' y='0'%3E%3CfeFlood height='2' width='2'/%3E%3CfeComposite width='8' height='8'/%3E%3CfeTile result='a'/%3E%3CfeComposite in='SourceGraphic' in2='a' operator='in'/%3E%3CfeMorphology operator='dilate' radius='4'/%3E%3C/filter%3E%3C/svg%3E#b")}ol{list-style:decimal}ul{list-style:"- "}*{font-family:UnifontMedium,ui-monospace,monospace !important;font-kerning:none !important;font-size:16px !important;letter-spacing:0px !important;line-height:1em !important;margin:0px}h1,h2,h3,h4,h5,h6,ol,p,ul{margin-block-start:1em;margin-block-end:1em}::-webkit-scrollbar{width:1ch}}@media(prefers-color-scheme: dark),(prefers-color-scheme: no-preference){::-webkit-scrollbar-thumb{background:#fff}input{border-bottom-color:#fff}:root{color:#fff;background-color:#000}}@media(prefers-color-scheme: light){::-webkit-scrollbar-thumb{background:#000}input{border-bottom-color:#000}:root{color:#000;background-color:#fff}}@media(prefers-color-scheme: dark),(prefers-color-scheme: no-preference){:root[data-grid="1"] input{border-bottom-color:#fff}:root[data-prefers-color-scheme=light] input{border-bottom-color:#000}}@media(prefers-color-scheme: light){:root[data-grid="1"] input{border-bottom-color:#000}:root[data-prefers-color-scheme=dark] input{border-bottom-color:#fff}}/*# sourceMappingURL=media.css.map */