Fixed typos in readme and made slight updates in the theme

This commit is contained in:
Paweł Jaśpiński 2021-03-29 11:49:18 +02:00
parent d642fd2437
commit ecdf8c168a
2 changed files with 40 additions and 1 deletions

View File

@ -4,6 +4,6 @@
![BurntSienna](./screenshot.png)
## More
Montserrat Font is neccessary, it is avaiable on Google Fonts:
Montserrat Font is necessary, it is available on Google Fonts:
https://fonts.google.com/specimen/Montserrat<br>
Author: https://github.com/pjaspinski

View File

@ -66,3 +66,42 @@
.now-playing-container{
min-width: 400px !important;
}
/* CHANGES IN V2 */
/* Thinner font for Friend Activity title and friends' names */
.section-divider > *:first-child,
.friend .user .name {
font-weight: 600;
}
/* Thinner font for subtitles and username in Settings */
.account-info__profile-info-name-text,
.section-divider h4 {
font-weight: 600;
}
/* Brighter color of 'Explicit' labels */
.tl-explicit .label, .tl-premium .label {
color: #d0d0d0;
}
/* Thinner font for 'Help create Popular Songs for this artist!' heading */
.no-top-tracks h3 {
font-weight: 600;
}
/* Thinner font for 'The playlist is currently empty' heading */
.empty-content-title {
font-weight: 600;
}
/* Thinner font for subtitles in Home and Radio tabs */
.GlueSectionDivider__title {
font-weight: 600;
}
/* Thinner font for 'Nothing here yet' subtitle in Recently Played */
.RecentlyPlayedEmptyState__title {
font-weight: 600;
}