diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-08-20 18:20:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 18:20:56 -0400 |
commit | 9bc708bb8d4a9684abf6216fb0b66777b2dd046f (patch) | |
tree | 5d7900df2972179cbbb85b1df8b650f1f26f26e0 /ext/css | |
parent | e56734fc880e92e368e669a155cd53e82494cf67 (diff) |
Fix border radius on the outline-item style (#1901)
Diffstat (limited to 'ext/css')
-rw-r--r-- | ext/css/settings.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/css/settings.css b/ext/css/settings.css index 728e93ee..f05ab5e0 100644 --- a/ext/css/settings.css +++ b/ext/css/settings.css @@ -390,6 +390,7 @@ a.heading-link-light { font-weight: normal; border-style: none; border-width: 0; + border-radius: 0; display: flex; align-items: center; width: 100%; |