summaryrefslogtreecommitdiff
path: root/src/styles/post.css
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2026-03-11 17:49:05 -0400
committerMatt Kosarek <matt.kosarek@canonical.com>2026-03-11 17:49:05 -0400
commit77b0f69d0c6e555349dd491d7ca209924d119e61 (patch)
tree095cf20002f5df752c04c20af4366588bd7ba32b /src/styles/post.css
parentc929a29c728c6799a3f83f5ad5c1c6f99ed516d4 (diff)
Migrate to astroHEADmaster
Diffstat (limited to 'src/styles/post.css')
-rw-r--r--src/styles/post.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/styles/post.css b/src/styles/post.css
new file mode 100644
index 0000000..324c7ff
--- /dev/null
+++ b/src/styles/post.css
@@ -0,0 +1,48 @@
+pre {
+ background-color: #FEFEFE;
+ border: 1px solid #D5D5D5;
+ border-radius: 2px;
+ padding: 1rem;
+ overflow: auto;
+}
+
+code {
+ font-family: "Consolas" sans-serif;
+ color: #D0372D;
+}
+
+.underline {
+ text-decoration: underline;
+}
+
+.org-article-title {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+}
+
+.org-article-title h1 {
+ margin: 0;
+ font-family: "Dancing Script", cursive;
+}
+
+#content {
+ padding-bottom: 10vh;
+}
+
+.figure p {
+ text-align: center;
+}
+
+.org-article-title > h1 {
+ margin-bottom: 0;
+}
+
+.org-article-title > span {
+ color: #707183;
+}
+
+#org-div-home-and-up {
+ display: flex;
+ column-gap: 8px;
+}