Skip to content

Commit

Permalink
Added a link to a topic for support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yemachu committed Jun 27, 2018
1 parent 1929f51 commit ba9b4e5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/Default-Theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,15 @@ pre
color: inherit;
color: var(--input-fg-color);
}

a
{
color: #FFC107;
color: var(--accent-primary-bg-color);
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}
8 changes: 8 additions & 0 deletions css/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ body > header

body > header > h1
{
display: inline-block;
margin: 0;
font-size: 2em;
white-space: nowrap;
Expand All @@ -45,7 +46,14 @@ body > header > h1
body > article
{
top: 3em;
bottom: 2em;
}

body > footer
{
bottom: 0;
height: 2em;
text-align: right;
}

input, textarea, label, select
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ <h1>Neo New Card maker</h1>
JavaScript seems to be unavailable.
</div>
</article>
<footer>

<a href="https://forum.yugiohcardmaker.net/topic/372510-neo-new-card-maker-110/">YCM Forum</a>
</footer>
<script src="src/config.js"></script>
<script src="https://unpkg.com/[email protected]/require.js" data-main="build/cardmaker"></script>
<script>window.define || document.write("<script src=\"lib/require/require.js\"><\/script>");</script>
Expand Down

0 comments on commit ba9b4e5

Please sign in to comment.