From 3b77bb18aa6537d3e173d68c93eb553f3706b94b Mon Sep 17 00:00:00 2001 From: novatorem Date: Mon, 20 Jul 2020 08:24:06 -0400 Subject: [PATCH] Improved dark theme --- README.md | 2 +- api/templates/spotify.html.j2 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f5ba57d..8206f07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Aphelion | Perihelion :-------------------------:|------- -                                                                                                                            ![Spotify](https://novatorem.vercel.app/api/spotify-playing)                                                                                                                            | Software Developer currently working on cool projects at [Cast](https://blacktrax.cast-soft.com/). Everything here is under the [MIT License](https://choosealicense.com/licenses/mit/), go wild!

[![Website](https://img.shields.io/badge/website-2a8?style=flat-square&logo=safari&logoColor=white)](https://novac.dev)

[![Spotify](https://img.shields.io/badge/spotify-omni-green?style=flat-square&logo=spotify&logoColor=white)](https://open.spotify.com/user/omnitenebris)

[![E-Mail](https://img.shields.io/badge/email-mailhide-9cf?style=flat-square&logo=gmail&logoColor=white)](https://mailhide.io/e/5ck1H)

[![E-Mail](https://badges.pufler.dev/visits/novatorem/novatorem?logo=GitHub&label=git_visits&color=blue&logoColor=white&style=flat-square)](https://mailhide.io/e/5ck1H)

+                                                                                                                            ![Spotify](https://novatorem.vercel.app/api/spotify-playing)                                                                                                                            | Software Developer currently working on cool projects at [Cast](https://blacktrax.cast-soft.com/). Everything here is under the [MIT License](https://choosealicense.com/licenses/mit/), go wild!

[![Website](https://img.shields.io/badge/website-2a8?style=flat-square&logo=safari&logoColor=white)](https://novac.dev)

[![Spotify](https://img.shields.io/badge/spotify-omni-1DB954?style=flat-square&logo=spotify&logoColor=white)](https://open.spotify.com/user/omnitenebris)

[![E-Mail](https://img.shields.io/badge/email-mailhide-9cf?style=flat-square&logo=gmail&logoColor=white)](https://mailhide.io/e/5ck1H)

[![E-Mail](https://badges.pufler.dev/visits/novatorem/novatorem?logo=GitHub&label=git_visits&color=blue&logoColor=white&style=flat-square)](https://mailhide.io/e/5ck1H)

[//]: <> (  is to have Aphelion take up more space) \ No newline at end of file diff --git a/api/templates/spotify.html.j2 b/api/templates/spotify.html.j2 index d730ac6..cec67c6 100644 --- a/api/templates/spotify.html.j2 +++ b/api/templates/spotify.html.j2 @@ -35,7 +35,7 @@ } .artist { - font-size: 20px; + font-size: 24px; color: #b3b3b3; text-align: left; margin-top: 5px; @@ -43,10 +43,10 @@ } .song { - font-size: 24px; - color: #222; + font-size: 28px; + color: #666; text-align: left; - margin-top: 65px; + margin-top: 60px; } .logo {