1
0
Fork 0
This commit is contained in:
Matthias Kretschmann 2019-11-08 21:30:56 +01:00
parent d7668405c5
commit 19cad6ed47
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 4 additions and 4 deletions

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 736 KiB

View File

@ -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;

View File

@ -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;