Add style for the horizontal rules to make it actually work
This commit is contained in:
parent
8ea1c82de8
commit
11f01aed8d
1 changed files with 6 additions and 0 deletions
|
|
@ -52,6 +52,12 @@
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border-color: black;
|
||||||
|
opacity: 25%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Styling that doesn't belong to any particular part of my sheet
|
// Styling that doesn't belong to any particular part of my sheet
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue