Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Amend screenshot utility
Browse files Browse the repository at this point in the history
Account for dark mode redesign
  • Loading branch information
Chalarangelo committed Mar 14, 2021
1 parent 3895e0e commit 4b96c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/blocks/utilities/screenshot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ export class Screenshot {

// Style card
const card = document.querySelector('.snippet-card');
card.classList.remove('srfc-02dp');
card.classList.add('srfc-02db');
card.style.maxWidth = '800px';
card.style.zIndex = '8';
// Add logo inside the card
Expand Down

0 comments on commit 4b96c67

Please sign in to comment.