Puts a background of the users choice on Tumblr's dashboard.
Tumblr Dashboard Background by supernalSaccade
Details
AuthorsupernalSaccade
LicenseNo License
Categorytumblr
Created
Updated
Size830 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 www.tumblr.com/ - Aug 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Puts a background of the users choice on Tumblr's dashboard.
@author supernalsaccade
==/UserStyle== */
@-moz-document url-prefix("https://www.tumblr.com/") {
.D5eCV {
/* Place the URL of your background image in the quotes " " down here vvv */
background-image: url("https://images.pexels.com/photos/185699/pexels-photo-185699.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1") !important;
background-size: cover !important;
background-attachment: fixed, scroll !important;
background-position: top !important;
background-repeat: repeat !important;
background-color: #fff !important;
}
}