Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Override file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Sommer committed Sep 18, 2024
1 parent 4625fa1 commit ec9c601
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions paragon/_overrides.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
// Use this file to define style overrides for @edx/paragon
// This file is included after all Paragon styles, but should generally avoid using private mixins in Paragon.

.content .btn.btn-brand {
background-color: #000;
border-color: #000;
color: #fff;
}

0 comments on commit ec9c601

Please sign in to comment.