Brings dark mode to prepacode
Dark - PrepaCode by mixcraftio
Details
Authormixcraftio
LicenseNo License
CategoryPrepacode-ENPC
Created
Updated
Size1.2 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 Dark - PrepaCode
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Preapacode Dark Mode
@author Mixcraftio
==/UserStyle== */
@-moz-document domain("prepacode-enpc.fr") {
:root{
--primary-color: #2f3136 !important;
--secondary-color: #ee754d !important;
--tertiary-color: #6f80ff !important;
}
.body__container{
background-color: #36393f !important;
}
.block, .mat-table, mat-paginator, .mat-expansion-panel{
background-color: #2f3136 !important;
}
button:not(.selected-answer, .submit, .filter-theme-button), div.score{
background-color: #202225 !important;
}
button.submit.answer-button{
background-color: #6f80ff !important;
}
span:not(.score, .tab-name, .name), div, td:not(.score), h3[_ngcontent-uld-c197]{
color: #fff !important;
}
h4{
color: #d8d8d8 !important;
}
p:not(.question-label){
color: #a3a3a3 !important;
}
div.answer-label{
color: #4eaeda !important;
}
div.index-success{
box-shadow: 0 2px 8px -3px #28b846 !important;
}
}