Show Git revision in settings.

This commit is contained in:
Paul
2021-06-22 13:47:47 +01:00
parent feaec3f8d9
commit c52f1f5bca
6 changed files with 34 additions and 2 deletions

View File

@@ -104,6 +104,10 @@
display: flex;
flex-direction: column;
}
.revision a:hover {
text-decoration: underline;
}
}
scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);