1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-11-26 10:21:39 +00:00

Update experimental view transition API
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
Tixie Salander 2024-11-09 03:56:27 +01:00
parent 4c9272b4c8
commit 560e75ad5c
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,11 @@
/* == main */
/* ----------------------------------------------------------- */
// experimental view transition API
@view-transition {
navigation: auto;
}
body {
background-color: $color-primary;
color: $color-light-text;

View file

@ -39,8 +39,6 @@
<meta name="twitter:title" content="Now Playing ∴ Great music should be shared" />
<meta name="twitter:description" content="{{ .Site.Params.description }}" />
{{ end }}
<!-- experimental view transition API -->
<meta name="view-transition" content="same-origin" />
{{ with .Site.GetPage "/" }}
{{ with .OutputFormats.Get "rss" }}