diff options
Diffstat (limited to '')
| -rw-r--r-- | src/style.css (renamed from style.css) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/src/style.css index 6f3f24e..c051103 100644 --- a/style.css +++ b/src/style.css @@ -280,8 +280,8 @@ a { } .sidebar-left, .sidebar-right { - border: none !important; - border-bottom: var(--border) !important; + border: none; + border-bottom: var(--border); } } |
