Skip to content

franceculture.fr by poka-it

Details

Authorpoka-it

LicenseNo License

Categoryuserstyle

Created

Updated

Size771 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark yellow mode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         franceculture.fr
@version      20220130.09.11
@namespace    userstyles.world/user/poka-it
@description  Dark yellow mode
@author       poka-it
@license      No License
==/UserStyle== */

@-moz-document domain("franceculture.fr") {
#main-wrapper,
.header-menu,
.cursor-pointer, html {
    background-color: #826A00;
}

.teaser-text-date,
.current-season-title,
.heading-zone-concept-date-diff-textual,
.heading-zone-universe-title,
.breadcrumb-list-item {
    color: #FFF8DD;
}

.teaser-text-title-wrapper,
.heading-zone-owner a,
.heading-zone-title h1 {
    color: #EED46D;
}

.action-button {
    border: 2px solid #FFF8DD;
}

.breadcrumb-list-item-name {
    color: #FFF8DD !important;
}


.header-menu {
    border-bottom: 0px solid;
}
}

Reviews

No reviews yet.