aboutsummaryrefslogtreecommitdiff
path: root/src/styles/Pages.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-04 00:05:00 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-04 00:05:00 +0100
commitcf525fe1cc12d4355482a506fd59cdf506d4e5db (patch)
treefe5ece067b78a2af8ab3a08b336f4188aecc20f1 /src/styles/Pages.css
parent5690a9e2376a4ff3084f5188632de84a0f5fb893 (diff)
Fix weird style of last child
Diffstat (limited to 'src/styles/Pages.css')
-rw-r--r--src/styles/Pages.css4
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);