Basic color change.
test by dotts
Details
Authordotts
LicenseNo License
Categoryhttps://moja.pg.edu.pl/
Created
Updated
Size2.4 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 10/12/2022, 7:29:02 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("https://moja.pg.edu.pl/auth/app/student/#") {
:root {
--blue: #79baff;
--indigo: #a771ff;
--purple: #a216ff;
--pink: #ff83c4;
--red: #ee1450;
--orange: #ffb272;
--yellow: #ffe7a0;
--green: #68ff8a;
--teal: #7effe9;
--cyan: #25e1ff;
--white: #fff;
--gray: #b4d6f4;
--gray-dark: #2a2535;
--primary: #ff78dd;
--secondary: #45166c;
--success: #80ffc8;
--info: #7feeff;
--warning: #fffbb8;
--danger: #ff5464;
--light: #e5f2ff;
--dark: #1d142c;
}
body.bg-grey {
background-color: var(--dark);
}
.portlet-content.internal-margin,
header.navbar {
background-color: var(--secondary);
}
body,
.text-default {
color: #f6feff;
}
header .navbar #personal-details,
header .navbar a.nav-link:hover :not(.cls-1),
header .navbar a.nav-link:active :not(.cls-1),
header #portal-slidemenu,
header #portal-slidemenu .dropdown-item:hover,
header #portal-slidemenu .dropdown-item {
background-color: #ff83c4;
}
header .navbar .container-fluid #top-menu {
background-color: #ffb7d8;
}
toggle {
box-shadow: none;
background-color: var(--secondary);
font-weight: normal;
color: #ff83c4;
}
a,
.portlet-content .h1,
.portlet-content h1,
.portlet-content .h2,
.portlet-content h2,
.portlet-content .h3,
.portlet-content h3,
.portlet-content .h4,
.portlet-content h4,
.portlet-content .h5,
.portlet-content h5,
.portlet-content .h6,
.portlet-content h6 {
color: #ffb7d8;
}
a:hover {
color: #ff83c4;
}
header #portal-slidemenu,
header #portal-slidemenu .dropdown-item:hover,
header #portal-slidemenu .dropdown-item {
color: var(--dark);
}
.wrongDiff {
color: var(--red);
}
footer {
display: none;
}
}