diff options
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styles.css b/src/styles.css index 0f60fd0..66fedf7 100644 --- a/src/styles.css +++ b/src/styles.css @@ -254,6 +254,12 @@ input[type=file]::file-selector-button { } } +.card-hr { + width: calc(100% - 1em); + border: 1px solid var(--fg-color); + background-color: var(--fg-color); +} + /* Effects */ .lighter-hover:hover, .light-hover:hover, .hover-half-opacity:hover { |
