diff --git a/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x/index.md b/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x/index.md index 05e166b4..ff586d6f 100644 --- a/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x/index.md +++ b/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x/index.md @@ -5,7 +5,7 @@ title: Simple Tor setup on macOS image: teaser-tor.png author: Matthias Kretschmann date: 2015-08-02 21:57:30.912218000 +02:00 -updated: 2019-07-15 00:52:46+02:00 +updated: 2019-11-08 00:52:46+02:00 featured: true toc: true @@ -20,7 +20,7 @@ tags: There are many reasons you might want to browse anonymously which can be accomplished by using [Tor](https://www.torproject.org). The setup instructions on Tor's website are quite scattered and outdated so here are some steps to setup Tor on macOS with a simple automated script at the end. -I'm using macOS Mojave (10.14) for the following instructions but it should work on almost any macOS version. +I'm using macOS Catalina (10.15) for the following instructions but it should work on almost any macOS version. ## Tor Browser diff --git a/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x/tor-osx-terminal.png b/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x/tor-osx-terminal.png index 1fbf107d..1b17d603 100644 Binary files a/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x/tor-osx-terminal.png and b/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x/tor-osx-terminal.png differ diff --git a/src/styles/_variables.scss b/src/styles/_variables.scss index 52b57f7d..107eb784 100644 --- a/src/styles/_variables.scss +++ b/src/styles/_variables.scss @@ -46,7 +46,7 @@ $font-size-large: 1.15rem; $font-size-small: 0.85rem; $font-size-mini: 0.7rem; -$font-size-h1: 2.5rem; +$font-size-h1: 3rem; $font-size-h2: 2rem; $font-size-h3: 1.5rem; $font-size-h4: 1.2rem; diff --git a/src/templates/Post/PostTitle.module.scss b/src/templates/Post/PostTitle.module.scss index 173b5868..e8eb1642 100644 --- a/src/templates/Post/PostTitle.module.scss +++ b/src/templates/Post/PostTitle.module.scss @@ -8,7 +8,7 @@ font-size: $font-size-h1; color: $color-headings; margin-top: 0; - margin-bottom: $spacer * $line-height; + margin-bottom: $spacer; :global(.dark) & { color: $color-headings--dark;