mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-11-21 03:57:37 +01:00
update html-css/
This commit is contained in:
parent
63ea414845
commit
fdba47cb6d
@ -1,6 +1,5 @@
|
|||||||
/** @format */
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
color-scheme: dark light;
|
||||||
--fonts-sans-serif:
|
--fonts-sans-serif:
|
||||||
ui-sans-serif, "Liberation Sans", "Arimo", "Arial",
|
ui-sans-serif, "Liberation Sans", "Arimo", "Arial",
|
||||||
sans-serif "Noto Emoji", "Noto Color Emoji", emoji;
|
sans-serif "Noto Emoji", "Noto Color Emoji", emoji;
|
||||||
|
|||||||
@ -8,6 +8,18 @@
|
|||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1.0" />
|
content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Lorem.</title>
|
<title>Lorem.</title>
|
||||||
|
<meta
|
||||||
|
name="color-scheme"
|
||||||
|
content="dark light" />
|
||||||
|
<meta
|
||||||
|
name="theme-color"
|
||||||
|
media="(prefers-color-scheme: dark)"
|
||||||
|
content="#ffb700" />
|
||||||
|
<meta
|
||||||
|
name="theme-color"
|
||||||
|
media="(prefers-color-scheme: light)"
|
||||||
|
content="#fdfdfd" />
|
||||||
|
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="fun.css" />
|
href="fun.css" />
|
||||||
|
|||||||
@ -8,6 +8,17 @@
|
|||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1.0" />
|
content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Lorem.</title>
|
<title>Lorem.</title>
|
||||||
|
<meta
|
||||||
|
name="color-scheme"
|
||||||
|
content="dark light" />
|
||||||
|
<meta
|
||||||
|
name="theme-color"
|
||||||
|
media="(prefers-color-scheme: dark)"
|
||||||
|
content="#ffb700" />
|
||||||
|
<meta
|
||||||
|
name="theme-color"
|
||||||
|
media="(prefers-color-scheme: light)"
|
||||||
|
content="#fdfdfd" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="style.css" />
|
href="style.css" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user