CSS tweaks

This commit is contained in:
Bruno Alla 2025-12-13 12:01:03 +00:00
parent 0b98599fcf
commit cd2ee60f54
2 changed files with 5 additions and 1 deletions

BIN
docs/theme/img/grid.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -12,6 +12,10 @@
--md-typeset-a-color: var(--md-typeset-color);
}
/* Dark theme customisation */
[data-md-color-scheme="slate"]
{}
.md-header {
border-top: 5px solid var(--md-accent-fg-color--dark);
}
@ -57,6 +61,6 @@ body hr {
margin-top: 5px;
}
.md-typeset p a {
.md-typeset a {
color: var(--md-accent-fg-color--dark);
}