Skip to content

Outlook Glow by TGekko

Screenshot of Outlook Glow

Details

AuthorTGekko

LicenseMIT

Categoryoutlook.com

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make Outlook glow with simple beauty.

Notes

If Stylus UserStyle @var range tag is not supported by your extension, add "--tg-hue: 15;" to the first selector (body {}). Change the value from 15 for a custom hue.

Source code

/* ==UserStyle==
@name        Outlook Glow
@namespace   outlook.com
@version     1.0.0
@license     MIT
@author      TGekko (https://www.tgekko.com/)
@description Make Outlook glow with simple beauty.
@var range tg-hue Hue [15, 0, 360, 1]
==/Userstyle== */

@-moz-document regexp("^https:\\/\\/[^\\/]*outlook\\..*$") {
 body {
  --tg-backlight: hsl(var(--tg-hue) 100% 5%);
  --tg-glow: hsl(var(--tg-hue) 100% 50%);
  background: var(--tg-backlight);
 }
 body *, .JCRRb:hover, .dPKNh.dnzWM {
  background: none !important;
  border-color: transparent !important;
 }
 #OwaTitleBar {
  margin: 0.5em 3em;
 }
 #OwaTitleBar, [role=dialog] > *, .ms-Checkbox-label, .Y0d3P {
  position: relative;
  background: var(--tg-backlight) !important;
 }
 .ms-Callout, .Y0d3P {
  background: var(--tg-backlight) !important;
  box-shadow: 0 0 10rem var(--tg-glow);
 }
 .Y0d3P {
  box-shadow: inset 0 0 1rem var(--tg-glow);
 }
 :where(#OwaTitleBar, [role=dialog] > *, .ms-Checkbox-label, .L72vd)::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10rem var(--tg-glow);
  z-index: -2;
 }
 .ms-Checkbox-label::before {
  box-shadow: 0 0 0.4rem var(--tg-glow);
 }
 .yyYQP {
  will-change: auto;
 }
 .fui-FluentProviderr0 {
  --white: var(--black) !important;
 }
 button {
  cursor: pointer !important;
 }
 #searchBoxId-Mail {
  box-shadow: none;
 }
 [role=search] {
  border-radius: 0;
  border-bottom: 1px solid hsla(var(--tg-hue) 100% 50% / 20%) !important;
 }
 .L72vd, .g_zET, [role=main] {
  overflow: visible;
 }
 .GciPK {
  backdrop-filter: none;
 }
}

Reviews

No reviews yet.