Skip to content

Instantly share code, notes, and snippets.

@trungdq88
Created March 16, 2024 06:29
Show Gist options
  • Select an option

  • Save trungdq88/c13c8bab309d4382c8f81a87103b0a83 to your computer and use it in GitHub Desktop.

Select an option

Save trungdq88/c13c8bab309d4382c8f81a87103b0a83 to your computer and use it in GitHub Desktop.

Revisions

  1. trungdq88 created this gist Mar 16, 2024.
    3 changes: 3 additions & 0 deletions darkmode.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    if (document.querySelector('[data-element-id="side-bar-background"]')) {
    document.querySelector('[data-element-id="side-bar-background"]').style.backgroundColor = "black";
    }