sync: latest changes before Gitea migration

This commit is contained in:
Агальцов Антон
2026-04-26 17:09:31 +03:00
parent c2cc439fc5
commit acba5dd5f1
148 changed files with 13001 additions and 696 deletions
+21
View File
@@ -270,6 +270,27 @@ body {
font-family: monospace;
}
/* Source path */
.source-path {
background-color: var(--warm-bg);
border: 1px solid #e0d8cc;
border-radius: 4px;
padding: 0.4rem 0.75rem;
display: inline-block;
}
.source-path code {
font-size: 0.82em;
color: var(--warm-gray);
}
.source-path .btn-outline-secondary {
font-size: 0.75rem;
border-color: #d0c8bc;
}
.source-path .btn-outline-secondary:hover {
background-color: var(--warm-primary);
border-color: var(--warm-primary);
}
/* Article styles */
.article-content {
background-color: var(--warm-white);