changed link color to be easier to tell

This commit is contained in:
ChrisplayzWii 2025-04-05 13:44:13 -05:00 committed by GitHub
parent 2aae6276c3
commit c713eb6e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
<script src="meta/error.js" defer></script>
<script src="meta/music.js"></script>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<style>input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color:red} p {color:red}}</style>
<style>input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color: #FF0000;} p {color: #FF0000;}}</style>
</head>
<body>
<div id="bgmplayer">
@ -38,7 +38,7 @@
<div class="err" id="results">
<h2 id="code"></h2>
<p id="issue"></p>
<p><a onclick="refreshPage()" style="color:red;cursor:pointer;text-align:center;"><b>Check another error</b></a></p>
<p><a onclick="refreshPage()" style="color: #FF4242;cursor:pointer;text-align:center; text-decoration:underline;"><b>Check another error</b></a></p>
</div>
<p>Want to contribute to this? Go see the <a href="https://github.com/WiiMart/WiiMart.github.io/blob/main/meta/error.js">error.js</a> file over at GitHub</p>