Skip to content

Commit 5a2457d

Browse files
author
Eliott T
authored
Merge pull request cSploit#21 from AndreaCioccarelli/patch-1
General Updates (color theme)
2 parents bad7446 + 3b6ff02 commit 5a2457d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/blank.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<link rel="icon" type="image/png" href="{{ "favicon.png" | prepend: site.baseurl }}" />
5-
<meta name="theme-color" content="#3F51B5">
5+
<meta name="theme-color" content="#01579B">
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
88
<meta charset="{{ site.encoding }}">
@@ -104,7 +104,7 @@ <h5 class="white-text">About</h5>
104104
</div>
105105
<div class="footer-copyright">
106106
<div class="container">
107-
<p>Copyright &copy; {{ site.time | date: '%Y' }} cSploit</p>
107+
<p>Copyright &copy; {{ site.time | date: '%Y' }} cSploit</p><br>
108108
</div>
109109
</div>
110110
</footer>

0 commit comments

Comments
 (0)