Changes logo of canvas
Supposed to be used with the miku theme on better canvas
Miku Canvas by tetrazolium
Details
Authortetrazolium
LicenseNo License
Categorycanvas.*.edu
Created
Updated
Size2.3 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 canvas.iastate.edu
@version 20240831.20.14
@namespace ?
==/UserStyle== */
@-moz-document domain("canvas.iastate.edu") {
:root {
--ic-brand-global-nav-bgd: #26ccc1;
--ic-brand-primary: #bcf5f1;
--ic-brand-header-image: url(https://i.ibb.co/Z2kM1V3/Mmikkuu.png);
--ic-brand-Login-Content-bgd-color: #26ccc1;
--ic-brand-Login-Content-inner-bgd: #26ccc1;
--ic-brand-Login-Content-inner-border: #26ccc1;
--ic-brand-Login-Content-inner-body-bgd: #21a299;
--ic-brand-global-nav-logo-bgd: #26ccc1;
--ic-brand-primary-darkened-5: #21bbb1;
--ic-brand-primary-darkened-10: #21b7ad;
--ic-brand-primary-darkened-15: #1a9e95;
--ic-brand-primary-lightened-5: #30ddd2;
--ic-brand-primary-lightened-10: #3fe4d9;
--ic-brand-primary-lightened-15: #59eee5;
--ic-brand-button--primary-bgd-darkened-5: #21bbb1;
--ic-brand-button--primary-bgd-darkened-10: #21b7ad;
--ic-brand-button--primary-bgd-darkened-15: #1a9e95;
}
.css-1yuy16l-view--inlineBlock-baseButton::before {
border-color: #26ccc1;
}
.css-1u02cuk-text {
color: #26ccc1;
}
.bettercanvas-gpa-card, .ic-DashboardCard {
box-shadow: 0 2px 5px rgb(0, 198, 179) !important;
}
.no-touch .ic-DashboardCard:hover {
box-shadow: 0 4px 10px rgb(0, 193, 175) !important;
}
.css-mn4e5c-view-link:is(a):focus, .css-mn4e5c-view-link:is(button):focus {
outline-color: #26ccc1;
}
.css-1unr2d0-baseButton__content {
background: #85eeff73;
border-color: #85eeff73;
}
.css-kb0egj-view--inlineBlock-baseButton::before {
border-color: #26ccc1;
}
.css-1f3g214-baseButton__content {
color: #21a299;
}
.css-kb0egj-view--inlineBlock-baseButton:hover > [class$="-baseButton__content"] {
background: #85eeff73;
}
.css-cgu39d-textInput__facade::before{
background: #85eeff73;
border: 0.125rem solid #85eeff73;
}
.css-20hopg-view--inlineBlock-badge {
background-color: #26ccc1;
}
.ic-DashboardCard__header-button-bg {
background-color: #85eeffa7 !important;
}
.css-krimn7-textInput__facade::before {
border: 0.125rem solid #26ccc1;
}
img[alt="ISU Template logo"] {
content: url(https://magicalmirai.com/2021/images/index/logo_main_w.svg) !important;
width: 1000px;
height: 163px;
}
}