fix(git): git info in footer

This commit is contained in:
Dillon
2020-03-04 01:27:30 +08:00
parent 41e27cd979
commit 66b76b599b
5 changed files with 31 additions and 10 deletions

View File

@@ -20,6 +20,22 @@
.dark-theme & {
color: $global-font-secondary-color-dark;
}
a {
color: $single-link-color;
.dark-theme & {
color: $single-link-color-dark;
}
&:hover {
color: $single-link-hover-color;
.dark-theme & {
color: $single-link-hover-color-dark;
}
}
}
}
.post-info-license {
@@ -32,10 +48,10 @@
}
.post-info-md {
font-size: 0.8rem;
width: 8rem;
a {
font-size: 0.8rem;
color: $single-link-color;
.dark-theme & {