Update: switching from github actions to docs folder

This commit is contained in:
psychhim
2025-11-11 23:01:34 +05:30
parent 548e2206a5
commit a524f7b446
25 changed files with 273 additions and 2 deletions

32
docs/css/custom.css Normal file
View File

@@ -0,0 +1,32 @@
.breadcrumbs {
font-size: 0.9rem;
margin-bottom: 1rem;
font-weight: bold;
}
.breadcrumbs a {
color: #3498db;
text-decoration: none;
}
.breadcrumbs a:hover {
text-decoration: underline;
}
.term-list {
display: block;
margin-top: 1rem;
}
.term-list__item {
margin-bottom: 0.5rem;
}
.term-list__link {
color: inherit; /* inherit theme text color */
text-decoration: none;
}
.term-list__link:hover {
text-decoration: underline;
}

File diff suppressed because one or more lines are too long