Skip to content

Dark mode - horariodebrasilia by lixtrix

Details

Authorlixtrix

LicenseNo License

Categoryhttps://www.horariodebrasilia.org/

Created

Updated

Size622 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode for horaio de brasilia site

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dark mode - horariodebrasilia
@version      20230208.05.51
@namespace    userstyles.world/user/lixtrix
@description  dark mode for horaio de brasilia site
@author       lixtrix
@license      No License
==/UserStyle== */

@-moz-document url("https://www.horariodebrasilia.org/") {
#relogio, #time, body {
    background-color: #1d1d1d;
}

#main, #relogio, #time {
    border: 0px solid #fff;
    border-radius: 25px
}

#content, #footer, #header, #main {
    background-color: #101010;
}

#relogio, #time, h1, h3 {
    color: #fff;
}

body {
    color: #b3b3b3;
}

a {
    color: #b1b1ff;
}
}

Reviews

No reviews yet.