-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
64 lines (64 loc) · 2.31 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Custom Highlight</title>
<link rel="icon" href="page-assets/ch_icon.ico" />
<link href="page-assets/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="abs">
<div id="Store-Badge-Align">
<a
href="https://chrome.google.com/webstore/detail/custom-highlight/bmhaflbnleckffaacepbbbonfookcedm/"
>
<img
src="page-assets/ChromeBanner.png"
id="ChromeWebStore-Badge"
class="badge"
/>
</a>
<br>
<a
href="https://github.com/Andreto/Custom-Highlight"
>
<img
src="page-assets/GithubBanner.png"
id="ChromeWebStore-Badge"
class="badge"
/>
</a>
<br>
<img id="github-arrow" src="page-assets/github-arrow.svg"></img>
</div>
</div>
<div class="head-align">
<img src="page-assets/548.png" class="center-img" width="200px" />
<h1>Custom Highlight</h1>
<p class="box1">
<b>A chrome extension for customizing highlight color.</b><br />
Change Highlight background and text-color. Uses hex color codes for
easy copy and pasting and includes auto color for the text that gives
the most contrast. Works on pretty much all websites, including Google Docs.
Compatible with Dark Reader.
</p>
<img
class="center-img"
src="https://camo.githubusercontent.com/2fb4aacff8c9f2ff5b907969abbba4e3420e1f3bbb557cb54b4b76010a09528f/68747470733a2f2f692e6962622e636f2f4a4351366674342f4769746875622d507265762e706e67"
/>
<p class="box2">
For feature-requests and bug-reports visit the
<a href="https://github.com/Andreto/Custom-Highlight">Github-page</a> or
contact me via <a href="mailto:[email protected]">email</a>.
Help is much appreciated.
</p>
<p class="box2">
This extension uses
<a href="https://github.com/Simonwep/pickr">pickr</a> library by
<a href="https://github.com/Simonwep">Simonwep</a>.
</p>
</div>
<div id="andreto-site-a"><a href="https://andreto.github.io/">Go to andreto.github.io</a></div>
</body>
</html>