diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2026-02-18 16:50:30 -0500 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2026-02-18 16:50:30 -0500 |
| commit | 2ef049102f6824a6ab6ae99ee87c115f7608707e (patch) | |
| tree | d8ca1b0a356d57c5b9cfaf57820e3e48f83f8a82 /posts/post.css | |
| parent | b4e8ae9731eca175cd4e6e75a20da87ff86eb91f (diff) | |
Clean up posts and the styles throughout the webpage
Diffstat (limited to 'posts/post.css')
| -rw-r--r-- | posts/post.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/posts/post.css b/posts/post.css index 1867311..cadc228 100644 --- a/posts/post.css +++ b/posts/post.css @@ -15,6 +15,18 @@ code { 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; +} + + /* Taken from: https://emacs.stackexchange.com/questions/7629/the-syntax-highlight-and-indentation-of-source-code-block-in-exported-html-file */ pre span.org-builtin {color:#006FE0;font-weight:bold;} pre span.org-string {color:#008000;} @@ -26,7 +38,7 @@ pre span.org-preprocessor {color:#808080;font-weight:bold;} pre span.org-constant {color:#D0372D;} pre span.org-comment-delimiter {color:#8D8D84;} pre span.org-comment {color:#8D8D84;font-style:italic} -1pre span.org-outshine-level-1 {color:#8D8D84;font-style:italic} +pre span.org-outshine-level-1 {color:#8D8D84;font-style:italic} pre span.org-outshine-level-2 {color:#8D8D84;font-style:italic} pre span.org-outshine-level-3 {color:#8D8D84;font-style:italic} pre span.org-outshine-level-4 {color:#8D8D84;font-style:italic} @@ -49,7 +61,7 @@ pre span.org-css-selector {color:#0000FF;} pre span.org-css-property {color:#00AA00;} #content { - padding-bottom: 50vh; + padding-bottom: 10vh; } .figure p { |
