A new userstyle
Canvas CSULA by sys-32Dev
Details
Authorsys-32Dev
LicenseNo License
Categorycalstatela.instructure.com
Created
Updated
Size679 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 sso.canvaslms.com - 8/22/2023, 4:27:22 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("calstatela.instructure.com") {
.ic-app-header__logomark {
display: block;
overflow: hidden;
background-image: url("https://cdn.sys64.dev/r/sr3z5gntjrj61.png");
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
transition: transform 0.3s;
color: var(--custom-text-emp-med-transparent);
background-color: var(--custom-button-container-hover);
border: 1px solid var(--custom-botton-border);
}
}