1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-12 23:05:27 -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
+15 -1
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;
}
}
}