FOR THE LOVE OF GOD PLEASE ADD DARK MODE ALREADY!
UVLE DARK MODE by ninjaaaaah
Details
Authorninjaaaaah
LicenseNo License
Categoryuvle.up.edu.ph
Created
Updated
Size2.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 UVLE DARK MODE
@version 20210919.15.56
@namespace userstyles.world/user/ninjaaaaah
@description FOR THE LOVE OF GOD PLEASE ADD DARK MODE ALREADY!
@author ninjaaaaah
@license No License
==/UserStyle== */
/* ==UserStyle==
@name UVLE DARK MODE
@version 20210919.15.44
@namespace userstyles.world/user/ninjaaaaah
@description A
@author ninjaaaaah
@license No License
==/UserStyle== */
@-moz-document domain("uvle.upd.edu.ph") {
body, #region-main, #page-content
{
background-color: #23272A;
color: white;
}
.col-12
{
background-color: #222527;
color: white;
}
.card
{
background-color: rgba(0, 0, 0, .18);
}
.card-title
{
color: white;
}
.bg-white, #page-footer
{
background-color: #2d0001!important;
color: white;
}
.site-name, .usertext, .icon, .header-button-title {
color: white;
}
.icon:hover {
color: #014421;
background: none!important;
}
.border-bottom, th, td {
border-bottom: 1px solid #3e3e3e!important;
}
.border {
border: 1px solid #3e3e3e!important;
}
.course-content ul li.section.main {
border-bottom: 1px solid #3e3e3e;
margin-top: 0;
}
.btn-outline-secondary {
color: #9c9c9c;
border-color: #6c757d;
border-color: #3e3e3e;
}
.badge-info {
color: #dadada;
background-color: #8c3434;
}
#page-header > .col-12 > .card
{
background: none!important;
}
a
{
color: #64ffae;
}
.card h1, .card h2, .card h3, .card h4, .card h5, .breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
color: #d0383b;
}
.block .minicalendar td a {
background-color: #d0383b;
color: white;
border-radius: 5px;
}
.custom-select {
width: auto;
background-color: #23272a;
border: 1px solid #3e3e3e;
color: #9c9c9c;
}
.form-control, .form-control:focus {
background-color: #23272a52;
border: 1px solid #3e3e3e73;
color: #fff;
}
.maincalendar .calendarmonth td, .maincalendar .calendarmonth th {
border: 1px dotted #3e3e3e;
}
.navbar {
max-height: 100px;
}
.bg-light {
background-color: #212528!important;
}
}