Skip to content

canva.com by joseph27choi

Details

Authorjoseph27choi

LicenseNo License

Categorycanva.com

Created

Updated

Size471 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark-mode feature needed for Canva, the website, as the site doesn't come with an existing one.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         canva.com
@version      20250313.04.01
@namespace    https://userstyles.world/user/joseph27choi
@description  A dark-mode feature needed for Canva, the website, as the site doesn't come with an existing one.
@author       joseph27choi
@license      No License
==/UserStyle== */

@-moz-document domain("canva.com") {
/* This tells Firefox to apply the following CSS only on canva.com */


  body {
    background-color: red !important;
  }
}

Reviews

No reviews yet.