Skip to content

Commit b0bf252

Browse files
committed
4.5.0 bump
1 parent 534473c commit b0bf252

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/input.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.remix-dev-tools hr {
3030
height: 0;
3131
/* 1 */
32-
color: inherit;
32+
color: initial;
3333
/* 2 */
3434
border-top-width: 1px;
3535
/* 3 */
@@ -70,16 +70,16 @@ Remove the default font size and weight for headings.
7070
.remix-dev-tools h4,
7171
.remix-dev-tools h5,
7272
.remix-dev-tools h6 {
73-
font-size: inherit;
74-
font-weight: inherit;
73+
font-size: initial;
74+
font-weight: initial;
7575
}
7676

7777
/*
7878
Reset links to optimize for opt-in styling instead of opt-out.
7979
*/
8080

8181
.remix-dev-tools a {
82-
color: inherit;
82+
color: initial;
8383
text-decoration: inherit;
8484
}
8585

@@ -144,7 +144,7 @@ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
144144
.remix-dev-tools table {
145145
text-indent: 0;
146146
/* 1 */
147-
border-color: inherit;
147+
border-color: initial;
148148
/* 2 */
149149
border-collapse: collapse;
150150
/* 3 */
@@ -169,7 +169,7 @@ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
169169
/* 1 */
170170
line-height: inherit;
171171
/* 1 */
172-
color: inherit;
172+
color: initial;
173173
/* 1 */
174174
margin: 0;
175175
/* 2 */

0 commit comments

Comments
 (0)