1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-01 11:55:27 -04:00

properly import and optimize/cache images in markdown files

This commit is contained in:
2025-03-03 15:56:57 -05:00
parent 36faa6c234
commit ba10742c9b
71 changed files with 685 additions and 1100 deletions
+7 -7
View File
@@ -7,16 +7,16 @@
color: var(--colors-medium);
}
.meta .item {
.meta .metaItem {
margin-right: 1.6em;
white-space: nowrap;
}
.meta .link {
.meta .metaLink {
color: inherit !important;
}
.meta .icon {
.meta .metaIcon {
display: inline;
width: 1.2em;
height: 1.2em;
@@ -24,23 +24,23 @@
margin-right: 0.6em;
}
.meta .tags {
.meta .metaTags {
white-space: normal;
display: inline-flex;
flex-wrap: wrap;
}
.meta .tag {
.meta .metaTag {
text-transform: lowercase;
white-space: nowrap;
margin-right: 0.75em;
}
.meta .tag:before {
.meta .metaTag:before {
content: "\0023"; /* cosmetically hashtagify tags */
padding-right: 0.125em;
color: var(--colors-light);
}
.meta .tag:last-of-type {
.meta .metaTag:last-of-type {
margin-right: 0;
}