fixed browser theme color and anchor link scrolling too far
This commit is contained in:
parent
501c38191c
commit
32f53a1000
|
|
@ -10,6 +10,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="./assets/prism.css">
|
||||
<script src="script.js"></script>
|
||||
<script src="./assets/prism.js"></script>
|
||||
<meta name="theme-color" content="#000000" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="hhh">
|
||||
|
|
@ -68,7 +69,7 @@
|
|||
<img src="./assets/winscreen5.png" class="winscreen">
|
||||
<p>Now press "OK"</p>
|
||||
<p>After doing this, running <code class="language-bash">diji</code> in a new terminal window should make diji start.</p>
|
||||
<h3 id="macosfix">macOS "developer not verified" fix</h3>
|
||||
<h3 id="macosfix" class="macosfix">macOS "developer not verified" fix</h3>
|
||||
<p>When trying to run diji you might see this macOS dialog which doesn't allow you to actually run it:</p>
|
||||
<img src="./assets/macscreen1.png" class="macscreen">
|
||||
<p>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.</p>
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="icon" type="image" href="./assets/favicon.png">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<script src="script.js"></script>
|
||||
<meta name="theme-color" content="#000000" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="hhh">
|
||||
|
|
|
|||
|
|
@ -463,4 +463,6 @@ pre {
|
|||
} .macscreen {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
} .macosfix {
|
||||
scroll-margin-top: 80px;
|
||||
}
|
||||
Loading…
Reference in New Issue