Improved scarlet styles
This commit is contained in:
@ -7,6 +7,17 @@ header-color = rgb(60, 60, 60)
|
||||
nav-link-color = rgb(160, 160, 160)
|
||||
nav-link-hover-color = rgb(255, 255, 255)
|
||||
|
||||
// UI
|
||||
ui-border = 1px solid rgba(0, 0, 0, 0.1)
|
||||
ui-hover-border = 1px solid rgba(0, 0, 0, 0.15)
|
||||
ui-background = linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.037) 100%)
|
||||
ui-hover-background = linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.027) 100%)
|
||||
|
||||
// Outline shadow
|
||||
outline-shadow-light = 0 0 6px alpha(black, 0.05)
|
||||
outline-shadow-medium = 0 0 6px alpha(black, 0.13)
|
||||
outline-shadow-heavy = 0 0 6px alpha(black, 0.6)
|
||||
|
||||
// Distances
|
||||
content-padding = 1.5rem
|
||||
hover-line-size = 2px
|
||||
|
Reference in New Issue
Block a user