Started working on dark theme
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
// Colors
|
||||
text-color = rgb(60, 60, 60)
|
||||
bg-color = rgb(246, 246, 246)
|
||||
main-color = rgb(248, 165, 130)
|
||||
link-color = rgb(215, 38, 15)
|
||||
link-hover-color = rgb(242, 60, 30)
|
||||
link-active-color = link-hover-color
|
||||
bg-color = rgb(246, 246, 246)
|
||||
pro-color = hsla(0, 100%, 73%, 0.87)
|
||||
|
||||
// UI
|
||||
@ -23,7 +23,8 @@ ui-element-border-radius = 3px
|
||||
input-focus-border-color = rgb(248, 165, 130)
|
||||
|
||||
// Button
|
||||
button-hover-color = link-hover-color
|
||||
button-hover-color = white
|
||||
button-hover-background = link-hover-color
|
||||
forum-tag-hover-color = #225db5
|
||||
// forum-tag-hover-color = rgb(46, 85, 160)
|
||||
|
||||
|
Reference in New Issue
Block a user