diff --git a/_share/media/sass/_variables.sass b/_share/media/sass/_variables.sass index e582f0e..1657e3f 100644 --- a/_share/media/sass/_variables.sass +++ b/_share/media/sass/_variables.sass @@ -6,25 +6,27 @@ $list-padding-left: 1.2em // Color Variables -$code-background-color: #20232a // Dark gray-blue for code blocks -$code-text-color: #ffffff // Pure white for code text -$note-background-color: #2c313c // Dark gray for note background -$note-border-color: #ff79c6 // Bright pink for note border +// Colors // $primary-color: #42a5f5 // Light blue for links -// $header-color: #ff5252 // Bright red for headers +// $tertiary-color: #ff5252 // Bright red for headers // $secondary-color: #7cb342 // Vibrant green for code blocks // $quaternary-color: #9575cd // Muted purple for highlights // $quinary-color: #ffa726 // Warm orange for accents -// Colors $primary-color: #ffa726 // Bright orange for links $secondary-color: #42a5f5 // Light blue for secondary elements $tertiary-color: #66bb6a // Green for tertiary elements $quaternary-color: #ab47bc // Light purple for highlights $quinary-color: #ff7043 // Coral orange for subtle accents +$code-background-color: #20232a // Dark gray-blue for code blocks +$code-text-color: #ffffff // Pure white for code text + +$note-background-color: #2c313c // Dark gray for note background +$note-border-color: $quinary-color + // Text $text-color: #cfd8dc // Light gray-blue for text $background-color: #263238 // Very dark gray-blue background