diff --git a/app/styles/app.css b/app/styles/app.css index 3c0b9eb..e76892c 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -344,11 +344,6 @@ body { font-size: 0.9rem; } -.sidebar-content details .link-list { - padding: 0; - margin: 0; -} - @keyframes details-slide-down { from { opacity: 0; @@ -361,14 +356,6 @@ body { } } -.sidebar-content details .link-list li { - margin-bottom: 0.5rem; -} - -.sidebar-content details .link-list li:last-child { - margin-bottom: 0; -} - .edit-form { margin: -1rem; margin-bottom: 1rem; @@ -521,26 +508,6 @@ abbr[title] { text-decoration: underline dotted; } -.link-list { - list-style: none; - padding: 0; - margin: 0; -} - -.link-list li { - margin-bottom: 0.5rem; -} - -.link-list a { - color: var(--link-color); - text-decoration: none; - font-size: 0.95rem; -} - -.link-list a:hover { - text-decoration: underline; -} - .places-list { list-style: none; padding: 0;