1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 05:25:33 -04:00

dayjs timezone detection & link to stars/forks on GitHub from /projects

This commit is contained in:
2021-11-24 17:30:23 -05:00
parent 74519b9266
commit 3d445c5c8d
2 changed files with 48 additions and 19 deletions

View File

@@ -60,6 +60,21 @@ div.layout-projects {
)
);
a {
background: none !important;
padding: 0;
color: inherit;
&:hover {
// octicon will inherit this
@include themes.themed(
(
color: "links",
)
);
}
}
.octicon,
span.repo-language-color {
margin-right: 0.5em;
@@ -72,7 +87,6 @@ div.layout-projects {
border-radius: 50%;
position: relative;
top: 0.175em;
margin-right: 0.5em;
}
}
}