This commit is contained in:
2025-12-04 11:49:28 +01:00
parent bab57a384b
commit 9dc576bc8e

View File

@@ -848,6 +848,28 @@
display: none !important; display: none !important;
} }
/* Remove any borders from code elements and list items */
.repository .markdown code,
.repository .markdown pre code,
.repository .markdown li code {
border: none !important;
border-bottom: none !important;
text-decoration: none !important;
box-shadow: none !important;
}
/* Remove borders from list items that might be causing underlines */
.repository .markdown li {
border-bottom: none !important;
}
/* Remove any inherited borders from markdown content */
.repository .markdown p,
.repository .markdown li,
.repository .markdown div {
border-bottom: none !important;
}
/* ======================================== /* ========================================
DASHBOARD REPOSITORY SIDEBAR TABS FIX DASHBOARD REPOSITORY SIDEBAR TABS FIX
======================================== */ ======================================== */