Skip to content

Commit c0dd95a

Browse files
committed
minor styling edits
1 parent adc4954 commit c0dd95a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<p>Datapack Toolkit (indev)</p>
1717
</div>
1818
<div class="header-middle">
19-
<p><a href="" id="config-screen-select">
19+
<p><a id="config-screen-select">
2020
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="#ffffff" d="M480 224C492.9 224 504.6 231.8 509.6 243.8C514.6 255.8 511.8 269.5 502.7 278.7L342.7 438.7C330.2 451.2 309.9 451.2 297.4 438.7L137.4 278.7C128.2 269.5 125.5 255.8 130.5 243.8C135.5 231.8 147.1 224 160 224L480 224z"/></svg>
2121
Datapack config
2222
</a></p>

style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ button,
6363
padding-bottom: 0.5em;
6464
padding-top: 0.5em;
6565

66+
transition: all var(--ease-out-quint) 0.25s;
67+
6668
&:hover {
6769
background-color: var(--background);
6870
cursor: pointer;

0 commit comments

Comments
 (0)