Added the favicon and changed a few stylings
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>© 2020 Muhammed Ali Dilek</li>
|
||||
<li class="copyright">© </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>
|
||||
|
||||
Reference in New Issue
Block a user