Skip to content

Commit

Permalink
small spacing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skiletro committed Jun 13, 2024
1 parent 0b8ce68 commit 22136a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions themes/oldnewweb/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,18 @@ footer {
}

/* Tag Styling */
h1, h2 {
h1 {
font-size: 20px;
}

h3, h4, h5, p, a, span {
h2, h3, h4, h5, p, a, span {
font-size: 16px;
}

h2, h3, h4, h5 {
padding-top: 16px;
}

h1::before {
content: "* ";
color: oklch(82.67% 0.087 280);
Expand Down Expand Up @@ -145,10 +149,6 @@ h1, h2, h3, h4, h5, p {
padding-bottom: 4px;
}

p {
padding-bottom: 12px;
}

a, span {
display: inline-block;
}
Expand Down Expand Up @@ -199,7 +199,7 @@ figure {
color: color-mix(in oklab, black, var(--foreground-color) 90%);

&:before {
content: "Figure "counter(figure) ".";
content: "Figure " counter(figure) ". ";
color: oklch(82.67% 0.087 150);
opacity: 0.75;
}
Expand Down

0 comments on commit 22136a6

Please sign in to comment.