Tweaks to change the highlight colour and fonts to make deezer look like the pre Autumn 2023 style.
Old (ish) Deezer by diestl
Details
Authordiestl
LicenseCC Zero
Categorywww.deezer.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Old (ish) Deezer
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author diestl
==/UserStyle== */
@-moz-document url-prefix("https://www.deezer.com/") {
/* Insert code here... */
:root {
--base-color-orange: rgb(196, 124, 9);
--tempo-colors-primary-500: var(--base-color-orange);
--tempo-colors-icon-accent-primary-default: var(--base-color-orange);
--tempo-colors-accent-main: var(--base-color-orange);
--tempo-colors-background-accent-primary-default: var(--base-color-orange);
--tempo-colors-text-accent-primary-default: var(--base-color-orange);
--accent-color-orange: rgb(136, 86, 6);
--tempo-colors-background-accent-primary-hovered: var(--accent-color-orange);
--tempo-colors-accent-strong: var(--accent-color-orange);
}
.chakra-icon[data-testid="PlayFilledIcon"] {
margin-left: 1px;
}
.chakra-heading {
font-family: inherit;
}
}