holygrail2 1.1.94 → 1.1.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.1.94",
3
+ "version": "1.1.95",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -250,10 +250,10 @@ b {
250
250
  hr {
251
251
  width: 100%;
252
252
  margin: 0;
253
- border-top: 1px solid $c-middle-grey;
254
- border-bottom: 1px solid transparent;
255
- border-left: 1px solid transparent;
256
- border-right: 1px solid transparent;
253
+ border-top: var(--line-width) solid $c-primary;
254
+ border-bottom: var(--line-width) solid transparent;
255
+ border-left: var(--line-width) solid transparent;
256
+ border-right: var(--line-width) solid transparent;
257
257
  }
258
258
  .only-mobile {
259
259
  display: inline-block;