aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css9
-rw-r--r--assets/images/favicon.pngbin0 -> 13176 bytes
-rw-r--r--assets/images/logo.pngbin9109 -> 23015 bytes
3 files changed, 5 insertions, 4 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 6d2bab6..3526f72 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -10,7 +10,7 @@
* {
text-align: center;
background-color: #282828;
- font-family: Comfortaa, serif;
+ font-family: Mukta, serif;
}
html, body {
@@ -82,7 +82,7 @@ a {
}
a:hover {
- color: #3E4DF0;
+ color: #FB5D5E;
}
@media only screen and (max-width: 500px) {
@@ -117,6 +117,7 @@ a:hover {
font-size: 12px;
}
-.social-buttons {
-
+.logo-img {
+ width: 100%;
+ height: auto;
} \ No newline at end of file
diff --git a/assets/images/favicon.png b/assets/images/favicon.png
new file mode 100644
index 0000000..4e207cf
--- /dev/null
+++ b/assets/images/favicon.png
Binary files differ
diff --git a/assets/images/logo.png b/assets/images/logo.png
index 363970e..0eb2db1 100644
--- a/assets/images/logo.png
+++ b/assets/images/logo.png
Binary files differ