Added the favicon and changed a few stylings

This commit is contained in:
xemeds
2020-07-25 19:27:59 +00:00
parent d9786e4ff3
commit 072569d991
3 changed files with 8 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+5
View File
@@ -73,6 +73,7 @@ body {
border: 2px solid #bb86fc;
border-radius: 3px;
color: #000000;
font-weight: bold;
display: inline-block;
padding: 0 1% 0 1%;
margin: 0 3% 0 1%;
@@ -150,3 +151,7 @@ footer {
.footer-list li a:hover {
color: #7b59a5;
}
.copyright {
font-family: serif;
}
+3 -1
View File
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400&display=swap" rel="stylesheet">
<link href="/static/style.css" rel="stylesheet" type="text/css"/>
@@ -18,7 +19,8 @@
<footer>
<ul class="footer-list">
<li>&#169; 2020 Muhammed Ali Dilek</li>
<li class="copyright">&#169; </li>
<li>2020 Muhammed Ali Dilek</li>
<ul>
<li><a href="{{ url_for('donate') }}">Donate</a></li>
<li><a href="https://github.com/xemeds" target="_blank">GitHub</a></li>