From 32f53a100003b40b97ee7a2d261587648fa66141 Mon Sep 17 00:00:00 2001 From: KZacharski Date: Sun, 27 Aug 2023 13:48:07 +0200 Subject: [PATCH] fixed browser theme color and anchor link scrolling too far --- docs/docs/installation.html | 3 ++- docs/docs/introduction.html | 1 + docs/docs/style.css | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/installation.html b/docs/docs/installation.html index 132ea03..f462b7d 100644 --- a/docs/docs/installation.html +++ b/docs/docs/installation.html @@ -10,6 +10,7 @@ +
@@ -68,7 +69,7 @@

Now press "OK"

After doing this, running diji in a new terminal window should make diji start.

-

macOS "developer not verified" fix

+

macOS "developer not verified" fix

When trying to run diji you might see this macOS dialog which doesn't allow you to actually run it:

It's because Apple keeps being overprotective and generally treating their users like digitally illiterate grandmas. While this dialog might be helpful if you're trying to install an app from a big company and protect you from a version that has been tampered with, in case of small, hobbyst developers all it does is just tries to force them into paying $99/year for their developer program which a lot of people just can't afford.

diff --git a/docs/docs/introduction.html b/docs/docs/introduction.html index 2972cd0..11a0a67 100644 --- a/docs/docs/introduction.html +++ b/docs/docs/introduction.html @@ -8,6 +8,7 @@ +
diff --git a/docs/docs/style.css b/docs/docs/style.css index aa5c57c..286dc18 100644 --- a/docs/docs/style.css +++ b/docs/docs/style.css @@ -463,4 +463,6 @@ pre { } .macscreen { width: 100%; max-width: 400px; +} .macosfix { + scroll-margin-top: 80px; } \ No newline at end of file