Add font and color styles
This commit is contained in:
parent
c3fa5cc9cb
commit
4858a292fa
4 changed files with 139 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<article>
|
||||
<header>
|
||||
<h2>{{- .Title -}}</h2>
|
||||
<h1>{{- .Title -}}</h1>
|
||||
{{ if .Params.rating }}
|
||||
<strong>Rating</strong>
|
||||
{{ range seq $.Params.rating }}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@
|
|||
<title>{{ .Title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎥</text></svg>">
|
||||
<link rel="stylesheet" href="/film/style.css">
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<header>
|
||||
<h1>CaAlden: Films</h1>
|
||||
<h2 class="color:invert bg:secondary">CaAlden: <span class="color:accent">Films</span></h2>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue