-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fbb94f
commit ff132ac
Showing
5 changed files
with
6 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
// proper margins around code within tabs | ||
|
||
.tabs { | ||
margin: 2rem 0; | ||
padding: 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,10 @@ | ||
/* Updated color scheme to match the background image */ | ||
|
||
$in-toto-colors: ( | ||
'orange': #ed4b27, | ||
// Keep existing | ||
'orange-light': #f47a39, | ||
// Keep existing | ||
'blue': #1b2838, | ||
// Darker blue for better contrast | ||
'blue-light': #a3b5c8, | ||
// Lighter blue for accentss | ||
); | ||
|
||
$primary: map-get($in-toto-colors, 'blue'); // Darker blue for primary elements | ||
$secondary: map-get( | ||
$in-toto-colors, | ||
'orange' | ||
); // Bright orange for secondary elements | ||
$primary: map-get($in-toto-colors, 'blue'); | ||
$secondary: map-get($in-toto-colors, 'orange'); | ||
$td-enable-google-fonts: false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters