added back button to single posts

This commit is contained in:
2020-07-15 23:33:51 +02:00
parent a98a6fedb1
commit 5701c31bfe
3 changed files with 12 additions and 0 deletions

View File

@@ -171,3 +171,9 @@
}
}
}
.back-button{
padding:5px 20px;
border-style: solid;
color: $fg-color !important;
}

View File

@@ -32,6 +32,9 @@
}
}
}
.back-button{
color: $fg-color-dark !important;
}
}
@@ -44,3 +47,5 @@ body.colorscheme-auto {
@include content_dark()
}
}