File tree Expand file tree Collapse file tree
browser/main/modals/PreferencesModal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151body [data-theme = "dark" ]
5252 .root
53- color $ui -dark-text-color
53+ color $tab- -dark-text-color
5454
5555 .madeBy
5656 color $ui-dark-inactive-text-color
Original file line number Diff line number Diff line change 1+ @import ('./Tab' )
2+
13.root
24 modal ()
35 max-width 800px
2830.nav-button
2931 font-size 14px
3032 text-align left
31- width 80px
33+ width 100px
34+ margin 4px 0
3235 padding 7px 0
36+ padding-left 7px
3337 border none
38+ border-radius 3px
3439 background-color transparent
35- color # 93 93 95
40+ color $ui-text-color
3641 font-size 14px
3742 & :hover
38- color # 51 51 51
43+ color $ui-active-color
3944
4045.nav-button--active
4146 @extend .nav-button
42- color #6A A5 E9
47+ color white
48+ background-color $ui-active-color
4349 & :hover
44- color # 6A A5 E9
50+ color white
4551
4652.nav-button-icon
4753 display block
@@ -59,15 +65,16 @@ body[data-theme="dark"]
5965
6066 .top-bar
6167 background-color transparent
62- border-color transparent
63- color #93 93 95
68+ border-color #4A 4D 52
69+ p
70+ color $tab--dark-text-color
6471
6572 .nav
6673 background-color transparent
6774 border-color $ui-dark-borderColor
6875
6976 .nav-button
7077 background-color transparent
71- color # 93 93 95
78+ color $tab--dark-text-color
7279 & :hover
7380 color $ui-dark-text-color
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ $tab--button-border-radius = 5px
77$tab--button-height = 40px
88$tab--button-font-size = 14px
99
10+ $tab--dark-text-color = #E5 E5 E5
11+
1012.header
1113 font-size 24px
1214 margin-bottom 30px
15+
16+ body [data-theme = "dark" ]
17+ .header
18+ color $tab--dark-text-color
You can’t perform that action at this time.
0 commit comments