Skip to content

Notion - Dark Mode Text Enhanced by waki

Screenshot of Notion - Dark Mode Text Enhanced

Details

Authorwaki

LicenseNo License

Categoryuserstyles

Created

Updated

Size793 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

  • Bolder and colored bold text
  • Colored link text
  • Colored attachment text

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Notion - Dark Mode Text Enhanced
@version      20211008.02.19
@namespace    userstyles.world/user/waki
@description  Bolder and brighter text in dark mode
Colored link text in dark mode
@author       waki
@license      No License
==/UserStyle== */

@-moz-document domain("notion.so")
{

    /* Bolder and brighter text in dark mode */
  [style^="font-weight:600"]
  {
    font-weight: 700 !important;
    color: #d6eeff;
  }

    /* Colored link text in dark mode */
  .notion-page-content a
  {
    color: #95d2ff !important;
    text-decoration: none;
  }

  a:hover
  {
    color: #63b0ed !important;
    text-decoration: none;
  }

  .notion-file-block
  {
    color: #f1ff85 !important;
    background: #20202061;
  }
}

Reviews

No reviews yet.