Skip to content

Commit

Permalink
add meta-data changes and add more font fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull committed Aug 16, 2023
1 parent 1516756 commit 12530d6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ body {
--h4-size: 1.25em;
--h5-size: 1.12em;
--h6-size: 1.12em;
/*this is spacing before a header, it is stupid*/
--p-spacing: 0;
}

/* change margins, default is 32 */
Expand Down Expand Up @@ -572,6 +574,23 @@ body.pln-hdcl {
padding-right: 0px;
}

/* properties container*/
body {
--metadata-border-color: rgb(var(--pln-cards-color-rgb));
--metadata-border-radius: 5px;
--metadata-background: rgba(var(--pln-cards-color-rgb),0.4);
--metadata-property-radius: 5px;
}
.metadata-container {
border-top: 4px solid rgb(var(--pln-cards-color-rgb));
border-left: 2px solid rgb(var(--pln-cards-color-rgb));
/* 1.3.7 adding --p-spacing but I remove it, this fixes the header being to oclose to the box*/
margin-bottom: 10px;
}
.metadata-property-key {
border-right: 2px solid rgb(var(--pln-cards-color-rgb));
}

/* macos fixes for hidden title */
.mod-macos {
--frame-left-space: 65px;
Expand Down

0 comments on commit 12530d6

Please sign in to comment.