mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-01 17:12:37 +02:00
Fix FF user-agent styles preventing color inheritance on hr
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/*! destyle.css v1.0.9 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
/*! destyle.css v1.0.10 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
||||||
|
|
||||||
/* Reset box-model
|
/* Reset box-model
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
@@ -113,6 +113,7 @@ hr {
|
|||||||
border-top: 1px solid;
|
border-top: 1px solid;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "destyle.css",
|
"name": "destyle.css",
|
||||||
"version": "1.0.9",
|
"version": "1.0.10",
|
||||||
"description": "Opinionated reset stylesheet that provides a clean styling slate for your project.",
|
"description": "Opinionated reset stylesheet that provides a clean styling slate for your project.",
|
||||||
"main": "destyle.css",
|
"main": "destyle.css",
|
||||||
"style": "destyle.css",
|
"style": "destyle.css",
|
||||||
|
Reference in New Issue
Block a user