Skip to content

Commit 3229a7d

Browse files
committed
Added color to dependency block for easier reading
1 parent 9876f24 commit 3229a7d

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

develop.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ <h2>Latest versions</h2>
4343
</datalist>
4444
<br />
4545

46-
Paste these in gradle.properties in your project
46+
<p>Paste these in gradle.properties in your project</p>
4747

4848
<br />
4949

50-
<code id="ornithe-dependencies">
50+
<pre id="ornithe-dependencies">
5151
# Dependencies
52-
</code>
52+
</pre>
5353
<p id="dependencies-extra-message"></p>
5454

5555
</body>

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ a:hover {
3939
nav.top {
4040

4141
}
42+
43+
pre {
44+
padding: 1em;
45+
margin: 1em;
46+
background-color: #222222;
47+
}

0 commit comments

Comments
 (0)