Added tags to posts

This commit is contained in:
Sharwin Patil 2025-01-20 23:17:26 -06:00
parent 6730553ccc
commit bdf2912487
4 changed files with 19 additions and 2 deletions

View file

@ -1,3 +1,13 @@
.github-button {
text-align: center;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
color: get-light-color('muted-text-color');
background-color: get-light-color('bg-card');
}
body.kind-page {
background-color: get-light-color('bg-secondary');
position: relative;