diff --git a/tiny0/static/favicon.ico b/tiny0/static/favicon.ico
new file mode 100644
index 0000000..0a5393b
Binary files /dev/null and b/tiny0/static/favicon.ico differ
diff --git a/tiny0/static/style.css b/tiny0/static/style.css
index 5b8c7c2..89f74d0 100644
--- a/tiny0/static/style.css
+++ b/tiny0/static/style.css
@@ -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;
+}
diff --git a/tiny0/templates/layout.html b/tiny0/templates/layout.html
index 1a5cb02..0ffcb95 100644
--- a/tiny0/templates/layout.html
+++ b/tiny0/templates/layout.html
@@ -4,6 +4,7 @@
+
@@ -18,7 +19,8 @@