/* ==UserStyle==
@name ent.iledefrance.fr - 02/09/2022 11:59:08
@namespace github.com/openstyles/stylus
@version 1.2
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("ent.iledefrance.fr") {
:root{
--bs-white: rgb(47, 49, 54) !important;
--bs-body-bg: rgb(54, 57, 63) !important;
--bs-body-color: rgb(32, 157, 204) !important;
--bs-secondary-rgb: 32, 34, 37 !important;
}
/*buttons etc*/
.navbar, .tabs.heading-tabs, .flat-button, button.flat-button, input[type=submit].flat-button, input[type=button].cancel, button.cancel, a.button.cancel, .drop-down-button label, .drop-down-button.hidden label, .modal-content{
box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 40%) !important;
background: rgb(var(--bs-secondary-rgb)) !important;
}
/*flats bg etc*/
.widget, .widget a, .applications-favorite, .form-control, .bottom, article, resource-card, .header, .panel.login .welcome-text, .panel.login form, .notification, section.lightbox>div.content, section.tiny-lightbox>div.content, .feed-item{
background: var(--bs-white) !important;
}
span, p, .zone-text, .link-discret, article.mail *{
color: white !important;
}
/*true bg*/
body, .main{
background: var(--bs-body-bg) !important;
}
::-webkit-scrollbar{
background-color: rgb(var(--bs-secondary-rgb)) !important;
}
::-webkit-scrollbar-thumb{
border-radius: 8px !important;
border: 4px solid transparent !important;
background-clip: content-box !important;
background-color: var(--bs-body-bg) !important;
}
}