diff --git a/_share/media/sass/_variables.sass b/_share/media/sass/_variables.sass index 798798c..5f1acbc 100644 --- a/_share/media/sass/_variables.sass +++ b/_share/media/sass/_variables.sass @@ -6,11 +6,6 @@ $list-padding-left: 1.5em // Color Variables -$code-background-color: #2c313c // Code block background (updated) -$code-text-color: #abb2bf // Text color for code blocks (updated) - -$note-background-color: #333842 // Note background (unchanged) -$note-border-color: #c678dd // Note border color (unchanged) // Colors $primary-color: #61afef // Used for links (updated) @@ -19,9 +14,15 @@ $tertiary-color: #abb2bf // General text color (new tertiary role) $quaternary-color: #d19a66 // Highlight color (updated) $quinary-color: #e06c75 // Accent for headers (updated) +$code-background-color: #2c313c // Code block background (updated) +$code-text-color: #abb2bf // Text color for code blocks (updated) + +$note-background-color: #333842 // Note background (unchanged) +$note-border-color: $quinary-color // Note border color (unchanged) + // Text -$text-color: #abb2bf // General text color (updated) -$background-color: #282c34 // Background color (updated) +$text-color: $tertiary-color // General text color (updated) +$background-color: color.adjust($tertiary-color, $lightness: -53%) // Links, Anchors $anchor-color: color.adjust($primary-color, $lightness: 15%)