From d43320e2517b47c3ea84829eb878b733f20c5694 Mon Sep 17 00:00:00 2001 From: RikSolo Date: Fri, 14 Feb 2025 04:33:14 +0100 Subject: [PATCH] table styling for future articles --- .../2024-05-04-grandma3-fader-feedback.md | 2 +- content/style.scss | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/content/blogposts/2024-05-04-grandma3-fader-feedback.md b/content/blogposts/2024-05-04-grandma3-fader-feedback.md index 2801284..b384ff0 100644 --- a/content/blogposts/2024-05-04-grandma3-fader-feedback.md +++ b/content/blogposts/2024-05-04-grandma3-fader-feedback.md @@ -45,4 +45,4 @@ On top of this, assuming you set the inputOSCName variable correctly, MA3 will b # Support I maintain this plugin in my free time. This plugin is available free, and the code is free for you to edit. If you have any issues with the plugin, feel free to contact me through the contact info on this website, but please don't expect me to respond right away. -If this plugin makes your life better, you can consider buying me a beer through [ko-fi](https://ko-fi.com/riksolo) +If this plugin makes your life better, you can consider buying me a beer through [ko-fi](https://ko-fi.com/riksolo) \ No newline at end of file diff --git a/content/style.scss b/content/style.scss index 80cc2ff..9faac89 100644 --- a/content/style.scss +++ b/content/style.scss @@ -182,6 +182,24 @@ body { list-style-type: "- "; } + table { + border-collapse: collapse; + + th { + text-align: left; + } + + th, + td { + margin: 0; + padding: 0.2rem 0.5rem; + border: $grey-light 1px solid; + } + + thead { + background-color: $grey-dark; + } + } figure { background-color: $grey-dark;