Skip to content

Commit

Permalink
feat: change certificate action colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Jun 13, 2024
1 parent 458a138 commit 3af24cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lms/static/certificates/sass/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ $primary-back: rgba(204, 227, 240, 100);

$body-bg: #f9f8f5;
$primary: #1c355e;
$secondary: #ea6852;
$secondary: #00C1DE;
$tertiary: #00C1DE;
$success: #31b994;

// certificate characteristics
Expand Down

0 comments on commit 3af24cc

Please sign in to comment.