Skip to content

Tokyo Skyline Google background by merlinux-source

Screenshot of Tokyo Skyline Google background

Details

Authormerlinux-source

LicenseNo License

CategoryGoogle

Created

Updated

Size768 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This user stylesheet mainly changes the google background to a tokyo skyline wallpaper.
The stylesheet adjusts some elements to have the appropriate color, in order to guarantee readability.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Tokyo Skyline Google background
@version      20220608.16.24
@namespace    userstyles.world/user/merlinux-source
@description  This user stylesheet mainly changes the google background to a tokyo skyline wallpaper. 
The stylesheet adjusts some elements to have the appropriate color, in order to guarantee readability.
@author       merlinux-source
@license      No License
==/UserStyle== */

@-moz-document domain("google.com") {
body, div, input {
    background-color: transparent !important;
    color: white !important;
}

a, a.fl {
    color: #8c4d9d;
}

cite, span {
    color: #f2b1b2;
}

body {
    background-image: url("https://i.imgur.com/aUPSuIS.jpg") !important;
    image-rendering: auto;
    background-size: cover;
}

}

Reviews

No reviews yet.