commit df98056a86800e9be8ff1e20d8351e79ee0facce
parent aef737e10bdbb6f38ff0b5b1953158e22d3112d8
Author: David Eisinger <[email protected]>
Date: Mon, 30 Oct 2023 10:54:22 -0400
CSS org
Diffstat:
1 file changed, 24 insertions(+), 16 deletions(-)
diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss
@@ -99,18 +99,27 @@ sup {
font-size: 0.8em;
}
-figure {
- margin: 0;
+
+.nowrap {
+ white-space: nowrap;
}
-code {
- background-color: #ddd;
- padding: 1px 1ch;
- border-radius: 3px;
+.references, .footnotes {
+ font-size: 0.8em;
+
+ h3 {
+ margin-bottom: 0;
+ }
+
+ ul {
+ margin-top: 0.5em;
+ }
}
-.nowrap {
- white-space: nowrap;
+// IMAGES
+
+figure {
+ margin: 0;
}
img {
@@ -134,16 +143,13 @@ img {
}
}
-.references, .footnotes {
- font-size: 0.8em;
- h3 {
- margin-bottom: 0;
- }
+// CODE
- ul {
- margin-top: 0.5em;
- }
+code {
+ background-color: #ddd;
+ padding: 1px 1ch;
+ border-radius: 3px;
}
.highlight, pre {
@@ -164,6 +170,8 @@ pre {
border-radius: 3px;
}
+// AUDIO
+
.music-track {
align-items: center;
display: flex;