Skip to content

test by ididathing

Details

Authorididathing

LicenseNo License

Categorywww.google.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

just a test

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         test
@version      20230831.09.59
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("www.google.com") {
body {
    background-color: #111;
    background-image: url(https://img.freepik.com/premium-photo/aesthetic-mountain-synthwave-retrowave-wallpaper-with-cool-vibrant-neon-design_398492-5544.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Adjust text colors for readability */
body,
input,
textarea,
select,
button {
    color: #fff;
}

/* Apply a cool font */
body {
    font-family: serif, cursive;
}

/* Modify links and buttons */
a,
a:visited,
a:hover,
a:active {
    color: #d743ba;
    text-decoration: none;
}

/* Customize Google logo if desired */
#logo {
    background-image: url(https://i.pinimg.com/736x/7c/fc/29/7cfc292c1ac9ffb0c9e34226e74fab6c.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    /* Adjust size as needed */
    height: 80px;
    /* Adjust size as needed */
}

/* Adjust other UI elements as desired */
/* For example: search input, buttons, etc. */
}

Reviews

No reviews yet.