catppuccin login e-aules
sso.uab.cat by soks-kat
Details
Authorsoks-kat
LicenseNo License
Categorysso.uab.cat
Created
Updated
Code size1.5 kB
Code checksumf1eddd2b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name sso.uab.cat
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("sso.uab.cat") {
/* Insert code here... */
:root{
--background: #1e1e2e;
--background-light:#2d2c3e;
--text: #cdd6f4;
--text-dark: #181825;
--primary: #cba6f7;
--primary-b: #a177d1;
--secondary: #89b4fa;
--secondary-b: #5d8cda;
--tertiary: #fab387;
--four: #f38ba8;
--border-radius: 5px;
--primari: var(--primary);
--primari-hover: var(--primary-b);
--enllac: var(--secondary);
--enllac-hover: var(--secondary-b);
--cas-theme-primary: var(--tertiary);
--cas-theme-svg-fill: var(--text);
}
.cls-1, .cls-2 {
fill: var(--primary);
}
body {
color: var(--text);
background: var(--background);
}
h1 {
color: var(--primary);
}
h1:after {
background: var(--primary);
}
.page-content {
border-radius: var(--border-radius);
background: var(--background-light);
}
.btn-primary {
color: var(--text-dark);
border-radius: var(--border-radius);
}
footer {
background: var(--background-light);
}
footer li a {
color: var(--text);
}
#selectorIdioma {
display: none;
}
}