mirror of
https://github.com/Mikaela/cv.git
synced 2025-04-14 11:47:53 +02:00
add meta names for colour and theme
This commit is contained in:
parent
9e89ad3895
commit
02df23c324
@ -24,6 +24,9 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
||||||
<meta http-equiv="x-dns-prefetch-control" content="off">
|
<meta http-equiv="x-dns-prefetch-control" content="off">
|
||||||
|
<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 rel="stylesheet prefetch" href="{{ "/assets/main.css" | relative_url }}">
|
<link rel="stylesheet prefetch" href="{{ "/assets/main.css" | relative_url }}">
|
||||||
<link rel="icon prefetch" href="{{site.icon}}">
|
<link rel="icon prefetch" href="{{site.icon}}">
|
||||||
<link rel="me prefetch" href="{{ site.url }}">
|
<link rel="me prefetch" href="{{ site.url }}">
|
||||||
|
@ -21,7 +21,7 @@ $base-font-family: $serif-font-family;
|
|||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark !important;
|
color-scheme: dark light !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user