feat(link): change color on hover
This commit is contained in:
parent
8129d4f13d
commit
6a177e4663
5 changed files with 43 additions and 19 deletions
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="{{getAssetPath "styles.css"}}" />
|
||||
{{template "opengraph-base" .SEO}}
|
||||
</head>
|
||||
<body style="{{ .Data.GetBackgroundImage }}">
|
||||
<body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}">
|
||||
{{template "body" .Data}}
|
||||
<div class="credits">
|
||||
<p>Crafted by <a href="https://www.anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a></p>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{define "body"}}
|
||||
<main style="{{ .GetBackground }}{{ .GetTextColor }}">
|
||||
<main style="{{ .GetBackground }}">
|
||||
<div class="presentation">
|
||||
<figure>
|
||||
<img src="{{ getStaticPath .Person.Image }}" alt="{{ .Person.Name }}'s image">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue