diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-04 00:05:00 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-04 00:05:00 +0100 |
| commit | cf525fe1cc12d4355482a506fd59cdf506d4e5db (patch) | |
| tree | fe5ece067b78a2af8ab3a08b336f4188aecc20f1 /src/styles | |
| parent | 5690a9e2376a4ff3084f5188632de84a0f5fb893 (diff) | |
Fix weird style of last child
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/Pages.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/styles/Pages.css b/src/styles/Pages.css index e8318ef..90ffad2 100644 --- a/src/styles/Pages.css +++ b/src/styles/Pages.css @@ -116,10 +116,6 @@ body { border-bottom: 1px solid var(--border-color); } -.list-item:last-child { - border-bottom: none; -} - .list-item-link { display: block; color: var(--text-color); |
