Light theme for google meet. Use Stylus' "Dark/Light mode preference" for ideal use
meet.google.com - Light by forivall
Details
Authorforivall
LicenseCC0 1.0 Universal
Categorymeet.google
Created
Updated
Code size814 B
Code checksumd2de6f92
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name meet.google.com - Light
@namespace github.com/openstyles/stylus
@version 1.1.0
@description Light theme for google meet. Use Stylus' "Dark/Light mode preference" for ideal use
@author Me
==/UserStyle== */
@-moz-document regexp("https://meet.google.com/[^?].*") {
:root, .P9KVBf {
--gm3-sys-color-surface:#fefefe;
}
/* Captions */
.bYevke {
font-size: 1.2rem;
}
/* main body background */
c-wiz, .p2ZbV {
background: hsl(12, 3%, 60%);
}
/* secondary backgrounds */
.Sdwpn.P9KVBf, .P9KVBf .dkjMxf, .MON6Vd {
background: hsl(12, 3%, 40%);
}
/* captions */
.iOzk7 {
background-color: #fefefe;
border-radius: 8px;
}
.TBMuR, .iTTPOb, .zs7s8d, .bh44bd {
color: black;
}
.KcIKyf {
color: #333;
}
}