diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-14 11:35:04 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-14 11:35:04 +0200 |
| commit | 58e705473cfe5078f109267a1164db81c7fb2da7 (patch) | |
| tree | 976c568136b61640c9ebed97be0dca833bc3d50b /src/style.css | |
| parent | 91802c21d446175a02c820bcd243920a0791441b (diff) | |
| download | page-58e705473cfe5078f109267a1164db81c7fb2da7.tar.zst | |
Update
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); } } |
