-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Old Scratch Blue - Ease your eyes on Scratch</title>
<link rel="stylesheet" href="dark.standalone.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<h1>Ease your eyes on Scratch</h1>
<p>Bring back the old Scratch 2 blue to the Scratch website and editor, instead of the new flashy, eye-hurting blue.</p>
<div style="display:inline-block">
<p>Install <strong><a href="https://add0n.com/stylus.html" target="_blank" rel="external noopener">Stylus</a></strong>, then :</p>
<a class="button primary" href="https://raw.githubusercontent.com/csourcesc/old-scratch-blue/master/old-scratch-blue.user.css">Get the userstyle</a>
</div>
<a class="button" href="https://github.com/csourcesc/old-scratch-blue">GitHub repo</a>
<img class="main-img" src="sidebyside.png" alt="Side-by-side comparison: Scratch with and without the usertyle">
<footer>
<small>A project from</small>
<br>
<img src="logo.svg" alt="CatSource">
</footer>
</body>
</html>