Paçoca Dark (scheme) - pacocaoficial.online
Paçoca Dark (color-scheme) - pacocaoficial.online by tiagofrancafernandes
Details
Authortiagofrancafernandes
LicenseNo License
Categoryuserstyles
Created
Updated
Size670 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Paçoca Dark (schema) - pacocaoficial.online
@version 20240907.23.39
@namespace ?
==/UserStyle== */
@-moz-document domain("pacocaoficial.online") {
@media (prefers-color-scheme: dark) {
:root {
--bs-card-bg: #000000bf;
--bs-card-border-color: #848484bf;
}
.container-feed {
background: #000000bf;
color: #aeaeae;
}
.col-post h2 a,
.name-search {
color: #aeaeae;
}
.card {
background: #000000bf;
color: #aeaeae;
}
.card-post {
border-width: 1px !important;
border-color: var(--bs-carad-border-color, #848484bf) !important;
box-shadow: 0px 3px 7px #4f4e4d !important;
}
}
}