doc: hide the date of revision on the front page.
This commit is contained in:
parent
00327dfae1
commit
2bad07f5ff
2 changed files with 6 additions and 1 deletions
|
|
@ -19,6 +19,11 @@ hide:
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* Hide the date of revision */
|
||||
.md-source-file {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Get started button */
|
||||
.md-typeset .md-button--primary {
|
||||
color: var(--md-primary-fg-color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue