Projekty Sidly
Sidly Projects Dark by plumkator
Details
Authorplumkator
LicenseNo License
Categoryhttps://sidly-projects.pl
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Sidly Projects Dark
@version 20241206.22.45
@namespace ?
==/UserStyle== */
@-moz-document domain("sidly-projects.pl") {
*{
box-shadow: none !important;
}
:root{
scrollbar-color: #253340 #1c1c1c;
}
/*LOGOWANIE*/
html,body{
background-color: #1c1c1c;
}
.card{
background-color: #1c1c1c;
border-color: #253340;
color: #fff;
}
.card-footer{
background-color: #1c1c1c !important;
}
label{
color: #fff;
}
.form-control,.form-control:focus{
background-color: #1c1c1c;
border-color: #253340;
color: #fff;
}
/*LOGOWANIE*/
/*HEADER*/
.sdl-header a{
color: #fff;
text-decoration: none;
}
.sdl-header a:hover{
text-decoration: underline;
}
.sdl-header .row{
color: #fff;
}
.sdl-header .text-end div a{
color: red;
}
/*HEADER*/
/*PROJEKTY*/
.text-black b{
color: #fff;
text-decoration: underline;
}
.text-black b:hover{
text-decoration: none;
}
.rounded-pill{
background-color: #1c1c1c !important;
border: 1px solid #fff;
text-decoration: none;
}
.rounded-pill:hover{
background-color: #253340 !important;
}
/*PROJEKTY*/
/*URZĄDZENIA*/
.justify-content-center .text-black{
color: #fff !important;
text-decoration: none;
}
.justify-content-center .text-black:hover{
text-decoration: underline;
}
/*URZĄDZENIA*/
}