Solution with which can be replaced default background on yummyanime
nice custom backgroud for yummyanime by maksyudgil
Details
Authormaksyudgil
LicenseNo License
Categoryyummyanime.club
Created
Updated
Size1.0 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 nice custom backgroud for yummyanime
@version 20210926.21.03
@namespace userstyles.world/user/maksyudgil
@description Solution with which can be replaced default background on yummyanime
@author maksyudgil
@license No License
==/UserStyle== */
@-moz-document domain("yummyanime.club") {
/*
Для смены задника менять значение url в 8ой строке
**Желательно в настройках сайта поставить прозрачный режим**
**Для смены фона на статичный цвет вместо 8ой строчки вставить background-color: #35333d; При желаении после # посавить свое значение цвета**
*/
.background-img {
background-image: url('https://i.imgur.com/S290NEA.jpg');
}
body[data-theme="dark"]{
--top-img: url();
}
body[data-theme="white"]{
--top-img: url();
}
:root {
--top-img: url();
}
}