updated variables
This commit is contained in:
parent
937b80683c
commit
7bbd3b6824
1 changed files with 8 additions and 7 deletions
|
|
@ -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%)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue