Skip to content

Commit

Permalink
Store key colours in variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jdudley1123 committed Nov 18, 2024
1 parent 8a4ce7d commit 776e83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/application.tailwind.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
@tailwind utilities;

:root {
--main-colour: #3880D1;
--main-colour-light: #DAE7F7;
--main-colour: #3880d1;
--main-colour-light: #dae7f7;
}

header.site-header {
Expand Down

0 comments on commit 776e83c

Please sign in to comment.