Makes google classroom look ✨beautiful✨
Hotdog Google Classroom by grahamsh-llk
Details
Authorgrahamsh-llk
LicenseNo License
Categorygoogle classroom
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Warning: Blinking content
Source code
/* ==UserStyle==
@name classroom.google.com - Oct 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("classroom.google.com") {
* {
font-family: "Comic Sans MS"!important;
color: red!important;
}
.OjOEXb {
background-image: none!important;
background-color: yellow;
}
.UvHKof.bFjUmb-Tvm9db,
.UvHKof .bFjUmb-Tvm9db,
.UvHKof.CNpREd.bFjUmb-Tvm9db,
.UvHKof.CNpREd .bFjUmb-Tvm9db,
.Mupove.bFjUmb-Tvm9db,
.Mupove .bFjUmb-Tvm9db,
.Mupove.CNpREd.bFjUmb-Tvm9db,
.Mupove.CNpREd .bFjUmb-Tvm9db {
background-color: #ffffff00!important;
}
.QRiHXd {
background: yellow;
}
* {
filter: drop-shadow(0.5px 0.5px);
border-radius: 0px!important;
}
.YVvGBb {
animation: blink-animation 2s steps(5, start) infinite;
}
@keyframes blink-animation {
to {
visibility: hidden;
}
}
@-webkit-keyframes blink-animation {
to {
visibility: hidden;
}
}
body#yDmH0d {
background-image: url("https://github.com/GrahamSH-LLK/empty/blob/main/scratch-bg.png?raw=true")!important;
filter: blur(1px);
}
li.gHz6xd.Aopndd.rZXyy {
width: auto;
margin:auto;
margin-left: -50px;
}
}