Replaces all backgrounds on Kréta to be Orbán Viktor.
Orbán Kréta by TheClashFruit
Details
AuthorTheClashFruit
LicenseNo License
Categorye-kreta.hu
Created
Updated
Size514 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Orbán Kréta
@version 2023.11.17
@namespace https://userstyles.world/user/TheClashFruit
==/UserStyle== */
@-moz-document domain("e-kreta.hu") {
* {
background-image: url('https://upload.wikimedia.org/wikipedia/commons/c/c8/Orb%C3%A1n_Viktor_2018_%28cropped%29.jpg') !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-size: 100% 100% !important;
color: white !important;
}
}