-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.html
55 lines (49 loc) · 1.01 KB
/
theme.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
---
layout: empty
title: Theme Check
permalink: /theme/
---
<div class="color-swatch theme-color-darkest">
<pre>
$theme-color-darkest
#18104b
</pre>
</div><div class="color-swatch theme-color-dark">
<pre>
$theme-color-dark
#392759
</pre>
</div><div class="color-swatch theme-color-bright">
<pre>
$theme-color-bright
#b51ccc
</pre>
</div><div class="color-swatch theme-color-light">
<pre>
$theme-color-light
#da5ad1
</pre>
</div><div class="color-swatch theme-color-contrast">
<pre>
$theme-color-contrast
#dc94ba
</pre>
</div><div class="color-swatch theme-color-highlight">
<pre>
$theme-color-highlight
#f2cf67
</pre>
</div>
<main>
<h1>ABCDEFGHIJKLMNOPQRSTUVWXZ</h1>
<h2>ABCDEFGHIJKLMNOPQRSTUVWXZ</h2>
<h3>ABCDEFGHIJKLMNOPQRSTUVWXZ</h3>
<h4>ABCDEFGHIJKLMNOPQRSTUVWXZ</h4>
<h5>ABCDEFGHIJKLMNOPQRSTUVWXZ</h5>
<h6>ABCDEFGHIJKLMNOPQRSTUVWXZ</h6>
<p>The quick brown fox jumped over the lazy dog.</p>
<figure>
<img src="/assets/images/RLD.png" alt="Rocket Lab Delta"/>
<figcaption>Caption contents</figcaption>
</figure>
</main>