Skip to content

meet.google.com - Light by forivall

Details

Authorforivall

LicenseCC0 1.0 Universal

Categorymeet.google

Created

Updated

Size655 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Light theme for google meet. Use Stylus' "Dark/Light mode preference" for ideal use

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           meet.google.com - Light
@namespace      github.com/openstyles/stylus
@version        1.0.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/[^?].*") {
  /* 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 {
    color: black;
  }
}

Reviews

No reviews yet.