File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
.remix-dev-tools hr {
30
30
height : 0 ;
31
31
/* 1 */
32
- color : inherit ;
32
+ color : initial ;
33
33
/* 2 */
34
34
border-top-width : 1px ;
35
35
/* 3 */
@@ -70,16 +70,16 @@ Remove the default font size and weight for headings.
70
70
.remix-dev-tools h4 ,
71
71
.remix-dev-tools h5 ,
72
72
.remix-dev-tools h6 {
73
- font-size : inherit ;
74
- font-weight : inherit ;
73
+ font-size : initial ;
74
+ font-weight : initial ;
75
75
}
76
76
77
77
/*
78
78
Reset links to optimize for opt-in styling instead of opt-out.
79
79
*/
80
80
81
81
.remix-dev-tools a {
82
- color : inherit ;
82
+ color : initial ;
83
83
text-decoration : inherit;
84
84
}
85
85
@@ -144,7 +144,7 @@ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
144
144
.remix-dev-tools table {
145
145
text-indent : 0 ;
146
146
/* 1 */
147
- border-color : inherit ;
147
+ border-color : initial ;
148
148
/* 2 */
149
149
border-collapse : collapse;
150
150
/* 3 */
@@ -169,7 +169,7 @@ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
169
169
/* 1 */
170
170
line-height : inherit;
171
171
/* 1 */
172
- color : inherit ;
172
+ color : initial ;
173
173
/* 1 */
174
174
margin : 0 ;
175
175
/* 2 */
You can’t perform that action at this time.
0 commit comments