From 6f51927e180fe6c6ea88806d245bd886df23f53a Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 3 Mar 2024 20:56:15 +0200 Subject: Made changes regarding the styling, config and added content and a shortcode for youtube embeds. Changes to be committed: modified: config.toml modified: content/about.md modified: content/posts/How I made this Blog with Zola.md new file: content/posts/some_cool_stuff.md modified: content/posts/typography.md modified: sass/_normalize.scss modified: sass/_predefined.scss modified: sass/style.scss modified: templates/index.html new file: templates/shortcodes/youtube.html --- sass/_predefined.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sass/_predefined.scss') diff --git a/sass/_predefined.scss b/sass/_predefined.scss index ac955ed..e0fb95b 100644 --- a/sass/_predefined.scss +++ b/sass/_predefined.scss @@ -9,12 +9,12 @@ $dark-grey: #3b3e48; $highlight-grey: #7d828a; $midnightblue: #2b303b; //#31333d; // to fix code syntax highlighting -//$theme: #018574; -//$text: #8dabd0; // fg // general text // mod white -//$light-grey: #4e6695; // bg // mod blue +//$theme: #018574; // links // green +//$text: #8dabd0; // fg // general text // white +//$light-grey: #4e6695; // bg // blue //$dark-grey: #4e6695; //$highlight-grey: #4e6695; -//$midnightblue: #4e6695; +//$midnightblue: #2b303b; // Fonts // -- cgit v1.2.3