Browse Source

Improved dark theme

add-license-1
novatorem 5 years ago
parent
commit
3b77bb18aa
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      README.md
  2. +4
    -4
      api/templates/spotify.html.j2

+ 1
- 1
README.md View File

@ -1,5 +1,5 @@
Aphelion | Perihelion Aphelion | Perihelion
:-------------------------:|------- :-------------------------:|-------
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ![Spotify](https://novatorem.vercel.app/api/spotify-playing) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| 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!<br><br><p align="center">[![Website](https://img.shields.io/badge/website-2a8?style=flat-square&logo=safari&logoColor=white)](https://novac.dev)</center><br><br>[![Spotify](https://img.shields.io/badge/spotify-omni-green?style=flat-square&logo=spotify&logoColor=white)](https://open.spotify.com/user/omnitenebris)<br><br>[![E-Mail](https://img.shields.io/badge/email-mailhide-9cf?style=flat-square&logo=gmail&logoColor=white)](https://mailhide.io/e/5ck1H)<br><br>[![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)</p>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ![Spotify](https://novatorem.vercel.app/api/spotify-playing) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| 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!<br><br><p align="center">[![Website](https://img.shields.io/badge/website-2a8?style=flat-square&logo=safari&logoColor=white)](https://novac.dev)</center><br><br>[![Spotify](https://img.shields.io/badge/spotify-omni-1DB954?style=flat-square&logo=spotify&logoColor=white)](https://open.spotify.com/user/omnitenebris)<br><br>[![E-Mail](https://img.shields.io/badge/email-mailhide-9cf?style=flat-square&logo=gmail&logoColor=white)](https://mailhide.io/e/5ck1H)<br><br>[![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)</p>
[//]: <> (&nbsp; is to have Aphelion take up more space) [//]: <> (&nbsp; is to have Aphelion take up more space)

+ 4
- 4
api/templates/spotify.html.j2 View File

@ -35,7 +35,7 @@
} }
.artist { .artist {
font-size: 20px;
font-size: 24px;
color: #b3b3b3; color: #b3b3b3;
text-align: left; text-align: left;
margin-top: 5px; margin-top: 5px;
@ -43,10 +43,10 @@
} }
.song { .song {
font-size: 24px;
color: #222;
font-size: 28px;
color: #666;
text-align: left; text-align: left;
margin-top: 65px;
margin-top: 60px;
} }
.logo { .logo {


Loading…
Cancel
Save