This commit is contained in:
2025-12-04 11:57:40 +01:00
parent ffb18e54e1
commit 01f9394ce9
2 changed files with 30 additions and 2 deletions

View File

@@ -870,6 +870,28 @@
border-bottom: none !important;
}
/* Ensure consistent white pastel backgrounds for all markdown content */
.repository .markdown,
.repository .markdown > *,
.repository .markdown h1,
.repository .markdown h2,
.repository .markdown h3,
.repository .markdown h4,
.repository .markdown h5,
.repository .markdown h6,
.repository .markdown p,
.repository .markdown ul,
.repository .markdown ol,
.repository .markdown blockquote {
background: transparent !important;
}
/* Specific consistent white background for content boxes */
.repository .markdown .emoji,
.repository .file-view {
background: rgba(255, 255, 255, 0.75) !important;
}
/* ========================================
DASHBOARD REPOSITORY SIDEBAR TABS FIX
======================================== */