1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Update starlight theme to use new datauri widget

This commit is contained in:
Jeremy Ruston 2013-05-17 17:30:24 +01:00
parent f3bcc1c0af
commit b4884d820d

View File

@ -25,6 +25,9 @@ background-image: -webkit-linear-gradient($gradient$);
background-image: -ms-linear-gradient($gradient$);
```
\end
\define datauri(title)
<$datauri tiddler="$title$"/>
\end
/*
Placeholder for a more thorough refinement of Snow White
@ -34,7 +37,7 @@ Placeholder for a more thorough refinement of Snow White
font-family: "Arvo";
font-style: normal;
font-weight: 400;
src: local("Arvo"), url({{$:/themes/tiddlywiki/starlight/arvo.woff}}) format("woff");
src: local("Arvo"), url(<<datauri "$:/themes/tiddlywiki/starlight/arvo.woff">>) format("woff");
}
html body {