diff --git a/styles/generic.scss b/styles/generic.scss index 0f7ecec..6769ebc 100644 --- a/styles/generic.scss +++ b/styles/generic.scss @@ -52,6 +52,12 @@ cursor: default; } } + + hr { + border-color: black; + opacity: 25%; + width: 100%; + } } // Styling that doesn't belong to any particular part of my sheet