diff --git a/content/posts/tails-best/index.md b/content/posts/tails-best/index.md index 27886bf..0487109 100644 --- a/content/posts/tails-best/index.md +++ b/content/posts/tails-best/index.md @@ -258,7 +258,7 @@ With untrusted links, there are two things you must protect: your anonymity and An adversary can also compromise a "trusted" website — this allows them to install malware on the computers of anyone who visits the website, without needing to engage in phishing. This is called a ["watering hole attack" or a "drive-by compromise"](https://attack.mitre.org/techniques/T1189/) because it attacks many people simultaneously. For example, the [FBI hacked a website then used a Tor Browser exploit](https://www.vice.com/en/article/53d4n8/fbi-hacked-over-8000-computers-in-120-countries-based-on-one-warrant) to hack 8,000 users who visited it. -This is why its important to [**use Tor Browser on the Safest security setting**](/posts/tails/#tor-browser-security-settings) by default, even for "trusted" websites. +This is why its important to [**use Tor Browser on the Safest security setting**](/posts/tails/#tor-browser-security-settings) by default, even for "trusted" websites, to greatly reduce the risk of a successful malware attack on Tor Browser. # Encryption diff --git a/static/images/arrow-color.png b/static/images/arrow-color.png new file mode 100644 index 0000000..30a90a8 Binary files /dev/null and b/static/images/arrow-color.png differ diff --git a/static/images/arrow-right-pink.png b/static/images/arrow-right-pink.png new file mode 100644 index 0000000..413f763 Binary files /dev/null and b/static/images/arrow-right-pink.png differ diff --git a/static/images/calendar-alt.png b/static/images/calendar-alt.png new file mode 100644 index 0000000..6c24fc6 Binary files /dev/null and b/static/images/calendar-alt.png differ diff --git a/static/images/cube-pink.png b/static/images/cube-pink.png new file mode 100644 index 0000000..3a7d19a Binary files /dev/null and b/static/images/cube-pink.png differ diff --git a/static/images/file-pdf.png b/static/images/file-pdf.png new file mode 100644 index 0000000..1f2b575 Binary files /dev/null and b/static/images/file-pdf.png differ diff --git a/static/images/tag-pink.png b/static/images/tag-pink.png new file mode 100644 index 0000000..1f03d06 Binary files /dev/null and b/static/images/tag-pink.png differ diff --git a/themes/DeepThought/sass/deep-thought.sass b/themes/DeepThought/sass/deep-thought.sass index 786ae92..8814de8 100644 --- a/themes/DeepThought/sass/deep-thought.sass +++ b/themes/DeepThought/sass/deep-thought.sass @@ -591,6 +591,13 @@ code .footer-text color: black !important +.footer > * > * > * + margin-left: .5em + margin-right: .5em + +.icon-text + align-items: center + summary cursor: pointer margin-top: 0.5em @@ -625,9 +632,15 @@ body[theme="dark"] .navbar-item:hover body[theme="dark"] .navbar-item:focus color: black !important +.navbar-item:hover > span > img[theme=dark]:not(.no-dark) + filter: invert(0) hue-rotate(0deg) + body[theme="dark"] p color: #c9c7c9 !important +body[theme="dark"] .published + color: #c9c7c9 !important + body[theme="dark"] strong color: #c9c7c9 !important @@ -660,8 +673,8 @@ body[theme="dark"] a.toc body[theme="dark"] a.toc:hover color: black !important - -body[theme="dark"] a:not(.toc,.navbar-item,.footer-text) + +body[theme="dark"] a:not(.toc,.navbar-item,.footer-text,.has-text-dark) color: #fa86d8 !important body[theme="dark"] code diff --git a/themes/DeepThought/static/js/site.js b/themes/DeepThought/static/js/site.js index 195d798..30ddd2b 100644 --- a/themes/DeepThought/static/js/site.js +++ b/themes/DeepThought/static/js/site.js @@ -71,7 +71,7 @@ function documentReadyCallback() { document.getElementById("dark-mode").setAttribute("title", "Switch to light theme"); } - document.getElementById("dark-mode").style.display = "inline"; + document.getElementById("dark-mode").style.display = "flex"; document.getElementById("dark-mode").addEventListener("click", () => { if ( diff --git a/themes/DeepThought/templates/categories/single.html b/themes/DeepThought/templates/categories/single.html index e3a4447..3671b7e 100644 --- a/themes/DeepThought/templates/categories/single.html +++ b/themes/DeepThought/templates/categories/single.html @@ -51,7 +51,7 @@ Read More - + diff --git a/themes/DeepThought/templates/macros.html b/themes/DeepThought/templates/macros.html index a07098a..9b9e314 100644 --- a/themes/DeepThought/templates/macros.html +++ b/themes/DeepThought/templates/macros.html @@ -52,7 +52,10 @@ {% endmacro %} {% macro page_publish_metadata(page) %} - + + + + Published on   | Last edited on  @@ -69,8 +72,11 @@ {% endmacro %} {% macro page_content_pdfs(page) %} - - PDF: Letter | A4 + + + + + Letter booklet | A4 booklet {% endmacro %} @@ -81,7 +87,7 @@ - + {{category}} @@ -97,7 +103,7 @@ - + {{tag}} diff --git a/themes/DeepThought/templates/section.html b/themes/DeepThought/templates/section.html index dca092c..ddaec96 100644 --- a/themes/DeepThought/templates/section.html +++ b/themes/DeepThought/templates/section.html @@ -50,8 +50,8 @@ {{ page.summary | safe }} Read More - - + + diff --git a/themes/DeepThought/templates/tags/single.html b/themes/DeepThought/templates/tags/single.html index 0095029..7a69867 100644 --- a/themes/DeepThought/templates/tags/single.html +++ b/themes/DeepThought/templates/tags/single.html @@ -51,7 +51,7 @@ Read More - +