mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
Fixed typos in readme and made slight updates in the theme
This commit is contained in:
parent
d642fd2437
commit
ecdf8c168a
@ -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
|
@ -65,4 +65,43 @@
|
||||
/* Wider container for track and artist names */
|
||||
.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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user