File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
app/assets/stylesheets/better_together Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ // New to NL colour palette
2+ $blue-1 : #004BA8 ;
3+ $blue-2 : #3E78B2 ;
4+ $beige : #EAF0CE ;
5+ $teal : #5a8f9b ;
6+ $beige-light : lighten ($beige , 10% );
7+ $green-2 : #70A288 ;
8+ $green-1 : #42b983 ; // variant
9+
10+ // Override the color variables in the host application
11+ $primary : $green-1 ; /* Change to a different blue */
12+ $secondary : $green-2 ; /* Change to a different green */
13+ $success : $green-2 ;
14+ $info : $green-1 ;
15+ $warning : #C9B947 ;
16+ $danger : #BF4A47 ;
17+ $text-opposite-theme-color : #222 ; /* Darker text */
18+ $background-opposite-theme-color : #f0f0f0 ; /* Lighter background */
19+ $light-background-text-color : #222 ;
20+ $dark-background-text-color : #f0f0f0 ;
21+
122@import " bootstrap/functions" ;
223@import " bootstrap/variables" ;
324
You can’t perform that action at this time.
0 commit comments