diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-01 21:38:16 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-01 21:38:16 +0000 |
commit | 41a2b8d6f1b01333c95ec3871f31942c5ab6d39b (patch) | |
tree | f122f5fcaf238661400b10eac50668295282e002 /alphabetlearning/static/css/custom.css | |
parent | 58df9d60f216eab00c487c8f473e2a5547f5cfc9 (diff) |
wip: working
Diffstat (limited to '')
-rw-r--r-- | alphabetlearning/static/css/custom.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/alphabetlearning/static/css/custom.css b/alphabetlearning/static/css/custom.css index d5c43ab..4ff491e 100644 --- a/alphabetlearning/static/css/custom.css +++ b/alphabetlearning/static/css/custom.css @@ -201,13 +201,6 @@ body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -hr { - margin: 1rem 0; - color: inherit; - border: 0; - border-top: var(--bs-border-width) solid; - opacity: 0.25; -} h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { margin-top: 0; |