diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-03-03 20:56:15 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-03-03 20:56:15 +0200 |
commit | 6f51927e180fe6c6ea88806d245bd886df23f53a (patch) | |
tree | 04a67f5e9126557369c94d9a046db5cbf157be98 /sass/_normalize.scss | |
parent | 17dae0eaa459fdabafff1a05c524cb263b7018f6 (diff) |
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
Diffstat (limited to 'sass/_normalize.scss')
-rw-r--r-- | sass/_normalize.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sass/_normalize.scss b/sass/_normalize.scss index 47b010e..ce3e9a8 100644 --- a/sass/_normalize.scss +++ b/sass/_normalize.scss @@ -189,6 +189,7 @@ button, [type="reset"], [type="submit"] { -webkit-appearance: button; + appearance: button; } /** @@ -281,6 +282,7 @@ textarea { [type="search"] { -webkit-appearance: textfield; /* 1 */ + appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } |