mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 23:03:28 -07:00
14 lines
870 B
CSS
14 lines
870 B
CSS
.codeberg-design .sidebar-title a { color: var(--sidebar-title-text-color); }
|
|
.codeberg-design .sidebar-title .dark-mode a { color: var(--dm-sidebar-title-text-color); }
|
|
|
|
.content blockquote, .content img, .content pre { box-sizing: border-box; }
|
|
.content blockquote, .content pre { background: #eee; padding: 30px; margin: 0; border-left: 5px solid #2185d0; overflow: auto; }
|
|
.content blockquote p:last-of-type { margin-bottom: 0; }
|
|
.content blockquote blockquote { background: #ddd; }
|
|
.dark-mode .content blockquote, .dark-mode .content pre { background: #21242d; border-left: 5px solid #355379; color: #7f8a95; }
|
|
|
|
.content code { background: #eee; border-radius: 5px; padding: 1px 3px; }
|
|
.content pre code { background: none; border-radius: none; padding: 0; }
|
|
.content img { border: 5px solid #eee; max-width: 100%; }
|
|
.content p { hyphens: auto; max-width: 100%; }
|
|
|