Skip to content

Commit

Permalink
revert borders
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Nov 20, 2023
1 parent fa9e8d6 commit bc08e89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,10 @@ button.button_afdfd9 /* small buttons */,
}
/* modify embeds */
.embedFull__8dc21 {
border: 3px solid var(--bg-2);
border: 4px solid var(--bg-2);
border-top-color: transparent !important;
border-bottom-color: transparent !important;
border-right-color: transparent !important;
}

/* make emoji selector same color */
Expand Down

0 comments on commit bc08e89

Please sign in to comment.