5353body {
5454 font-family : $font-family ;
5555 font-size : $font-15px ;
56- background-color : $primary-bg-color ;
57- color : $primary-fg-color ;
56+ background-color : $background ;
57+ color : $primary-content ;
5858 border : 0px ;
5959 margin : 0px ;
6060
8989}
9090
9191h2 {
92- color : $primary-fg-color ;
92+ color : $primary-content ;
9393 font-weight : 400 ;
9494 font-size : $font-18px ;
9595 margin-top : 16px ;
@@ -142,12 +142,12 @@ textarea::placeholder {
142142
143143input [type = text ], input [type = password ], textarea {
144144 background-color : transparent ;
145- color : $primary-fg-color ;
145+ color : $primary-content ;
146146}
147147
148148/* Required by Firefox */
149149textarea {
150- color : $primary-fg-color ;
150+ color : $primary-content ;
151151}
152152
153153input [type = text ]:focus , input [type = password ]:focus , textarea :focus {
@@ -173,7 +173,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
173173 .mx_textinput > input [type = search ] {
174174 border : none ;
175175 flex : 1 ;
176- color : $primary-fg-color ;
176+ color : $primary-content ;
177177 }
178178
179179 :not (.mx_textinput ):not (.mx_Field ):not (.mx_no_textinput ) > input [type = text ],
@@ -184,7 +184,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
184184 background-color : transparent ;
185185 color : $input-darker-fg-color ;
186186 border-radius : 4px ;
187- border : 1px solid rgba ($primary-fg-color , .1 );
187+ border : 1px solid rgba ($primary-content , .1 );
188188 // these things should probably not be defined globally
189189 margin : 9px ;
190190 }
@@ -209,7 +209,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
209209 :not (.mx_textinput ):not (.mx_Field ):not (.mx_no_textinput ) > input [type = search ],
210210 .mx_textinput {
211211 color : $input-darker-fg-color ;
212- background-color : $primary-bg-color ;
212+ background-color : $background ;
213213 border : none ;
214214 }
215215}
@@ -271,7 +271,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
271271}
272272
273273.mx_Dialog {
274- background-color : $primary-bg-color ;
274+ background-color : $background ;
275275 color : $light-fg-color ;
276276 z-index : 4012 ;
277277 font-weight : 300 ;
@@ -379,13 +379,8 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
379379.mx_Dialog_content {
380380 margin : 24px 0 68px ;
381381 font-size : $font-14px ;
382- color : $primary-fg-color ;
382+ color : $primary-content ;
383383 word-wrap : break-word ;
384-
385- a {
386- color : $accent-color ;
387- cursor : pointer ;
388- }
389384}
390385
391386.mx_Dialog_buttons {
@@ -493,8 +488,8 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
493488 border-radius : 3px ;
494489 border : 1px solid $input-border-color ;
495490 padding : 9px ;
496- color : $primary-fg-color ;
497- background-color : $primary-bg-color ;
491+ color : $primary-content ;
492+ background-color : $background ;
498493}
499494
500495.mx_textButton {
0 commit comments