Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f522ec0ca | |||
| 0fadf3e22c | |||
|
|
b6849df6dd |
@ -63,11 +63,13 @@
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
||||
/*
|
||||
@media only screen and (max-width: 480px) {
|
||||
&:not(:has(.circle)) {
|
||||
flex: 0 0 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
a,
|
||||
|
||||
@ -3,9 +3,11 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="{{ config.description }}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="{{ config.extra.accent_color | default(value='#9a9996') | safe }}" />
|
||||
<meta name="theme-color" content="{{ config.extra.accent_color | default(value='#9a9996') | safe }}" media="(prefers-color-scheme: light)" />
|
||||
{%- if config.extra.accent_color_dark %}
|
||||
<meta name="theme-color" content="{{ config.extra.accent_color_dark | safe }}" media="(prefers-color-scheme:dark)" />
|
||||
<meta name="theme-color" content="{{ config.extra.accent_color_dark | safe }}" media="(prefers-color-scheme: dark)" />
|
||||
{%- else %}
|
||||
<meta name="theme-color" content="{{ config.extra.accent_color | default(value='#9a9996') | safe }}" media="(prefers-color-scheme: dark)" />
|
||||
{%- endif %}
|
||||
{%- if config.extra.csp %}
|
||||
{%- include "partials/csp.html" %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user