diff options
author | Blaster4385 <blaster4385@tablaster.dev> | 2024-04-23 21:10:28 +0530 |
---|---|---|
committer | Blaster4385 <blaster4385@tablaster.dev> | 2024-04-23 23:14:40 +0530 |
commit | cf454871b15fcfccd42adfac762deabe3513d2ad (patch) | |
tree | 0484a7203a7510b7e4925f739c9d33a749a11f29 | |
parent | fc7ebd20433bb7a94e3abb698d5da8aa6005b1c8 (diff) |
fix: styling of hr tag
-rw-r--r-- | styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -87,4 +87,8 @@ p { font-size: 1.5 rem; line-height: 1.5; text-align: justify; +} + +hr { + border: 1px solid var(--color-text); }
\ No newline at end of file |