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

@@ -114,8 +114,14 @@ Then restart Gitea.
## 🙏 Credits ## 🙏 Credits
Inspired by modern ocean-themed UIs and Gitea's default templates. Modified extensively with custom pastel color palettes, glassmorphism effects, and cohesive styling throughout. Originally based on [sharmavijay86's Gitea Bootstrap 5 Landing Page Theme](https://github.com/sharmavijay86/gitea-template). Extensively modified and redesigned with:
- Complete ocean-themed color palette (pastel blues and creams)
- Glassmorphism effects and rounded corners throughout
- Whale animation and ocean motifs
- Cohesive repository, dashboard, and footer styling
- Custom JavaScript for dynamic card rendering
- Markdown code block ocean theme styling
--- ---
**Happy theming!** <EFBFBD>🐋 **Happy theming!** 🌊🐋

View File

@@ -870,6 +870,28 @@
border-bottom: none !important; 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 DASHBOARD REPOSITORY SIDEBAR TABS FIX
======================================== */ ======================================== */