diff --git a/index.html b/index.html
index 4774489..22b72f6 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,9 @@
+
+
+
Songer
@@ -32,7 +35,7 @@
- Stworzone przez Krzysztof Smaga
+
Twoja lista odtwarzania
diff --git a/style.css b/style.css
index 86b8954..b00e597 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
* {
box-sizing: border-box;
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ font-family: "Open Sans", sans-serif;
}
body {
@@ -129,4 +129,21 @@ body {
#player {
display: none;
-}
\ No newline at end of file
+}
+
+.author {
+ text-align: center;
+ font-weight: 300;
+ font-style: italic;
+}
+
+.author a {
+ font-weight: 500;
+ text-decoration: none;
+ color: white;
+ font-style: normal;
+}
+
+ .author a:hover {
+ text-decoration: underline;
+ }
\ No newline at end of file