diff options
Diffstat (limited to 'src/App.scss')
-rw-r--r-- | src/App.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 81bde15..4955af6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -39,3 +39,8 @@ main { padding: 0.7rem 0.5rem; box-sizing: border-box; } + +hr { + border: none; + border-top: 1px solid #bd93f9; +} |