mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 01:25:28 +01:00
spacing
This commit is contained in:
parent
d7668405c5
commit
19cad6ed47
@ -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 |
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user