mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-03 20:11:03 +02:00
changed link color to be easier to tell
This commit is contained in:
parent
2aae6276c3
commit
c713eb6e6f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user