Restore original docs and workflows to avoid conflicts while merging

This commit is contained in:
Valentin V. Bartenev
2026-06-06 20:50:05 +03:00
förälder ae60d86207
incheckning 7635634f87
20 ändrade filer med 4454 tillägg och 0 borttagningar
+16
Visa fil
@@ -0,0 +1,16 @@
:root {
--md-primary-fg-color: #1F2937;
--md-primary-fg-color--light: #1F2937;
--md-primary-fg-color--dark: #1F2937;
--md-accent-fg-color: #1F2937;
}
/* hide git repo version */
.md-source__fact--version {
display: none;
}
/* underline links */
.md-typeset a {
text-decoration: underline;
}