Skip to content

Commit

Permalink
fix: Fixed Paragon scss var reference for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuma committed Jan 2, 2025
1 parent 375847b commit ad39fc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
$dark-green: #0e3639;
$accent-yellow: #f0cc00;

// Paragon variables: https://github.com/edx/brand-edx.org/blob/master/paragon/_variables.scss
$gray-200: #cccccc !default;
$gray-300: #adadad !default;
$gray-400: #8f8f8f !default;

0 comments on commit ad39fc1

Please sign in to comment.