Finished PcVue assessment.

This commit is contained in:
g* 2025-10-27 00:14:41 +01:00
commit fba2b27f81
10 changed files with 148 additions and 8 deletions

View file

@ -21,6 +21,14 @@ body {
width: 100%;
}
nav, .md-header {
background-color: var(--transparent);
}
a.md-header__button {
display: none !important;
}
.md-typeset a:hover {
text-decoration: none;
}