diff --git a/src/index.html b/src/index.html index c4aaaca..c61e4a6 100644 --- a/src/index.html +++ b/src/index.html @@ -21,16 +21,27 @@
-
+
-
+
+
-

Thanks: @takien for youtubeID.js script.
- View on GitHub

+ + diff --git a/src/styles.css b/src/styles.css index 869b3c4..ac51693 100644 --- a/src/styles.css +++ b/src/styles.css @@ -28,15 +28,32 @@ div.content img { max-width: 100%; border-radius: 8px; } -div.content p { + +div.cover { + text-align: center; +} + +footer { color: #808080; text-align: center; } -div.content a { +footer a { color: #ffffff; text-decoration: none; } +.git-commit { + font-size: .8em; + color: #ffffff; + background-color: #232323; + display: inline-block; + border: 1px solid #808080; + border-radius: 8px; + padding: 4px 8px; + margin-top: 8px; +} + + input, button { box-sizing: border-box; border: 1px solid #121212; @@ -51,7 +68,6 @@ input { color: #808080; border-radius: 8px 0 0 8px; } - input::placeholder { color: #818181; transition: 250ms all;