Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorserg <contact@sergfurtak.com>2020-11-15 18:09:05 +0300
committerSergey Furtak <contact@sergfurtak.com>2020-11-17 00:37:45 +0300
commit91b33d6098e40578600548a92bee8cb94356cb69 (patch)
tree669a4615d7489e69169778631a798228b8a86e53 /layouts
parentf35cad470a4c6672412dda8db428e0f602208d22 (diff)
rename style class for accent text
Diffstat (limited to 'layouts')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 854bb3a..e38945d 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -17,7 +17,7 @@
<div class="text-col">
<h1 class="break-word">Oops! Nothing found.</h1>
<p>Seems like this page doesn't exist,</p>
- <p><span>but you can go to the</span> <a class="blue-text" href="/">Home</a> <span>page.</span></p>
+ <p><span>but you can go to the</span> <a class="accent-text" href="/">Home</a> <span>page.</span></p>
</div>
<div class="img-col">
<picture><img src="img/error404.png" alt="The maneken hand image"></picture>