sorry for another commit, but that hr looks ugly ong

This commit is contained in:
TheWiiArchivist wmt 2025-08-17 15:08:08 -05:00
parent 4ff242617e
commit 891975a181
2 changed files with 4 additions and 2 deletions

View File

@ -50,7 +50,7 @@
<!--
<hr style="margin-bottom:20px;">
<hr style="margin-bottom:20px;" class="dothr">
<div class="row">
<div class="box" id="checkstat">
<h2>WiiMart Shop Status checker</h2>

View File

@ -47,7 +47,9 @@ details li img.pf {outline:none}
h1, h2 {color:#34BEED;}
h1 {font-size: 30px;}
h1 a {text-decoration:none}
hr {border-color:grey; border-style:dotted; border-bottom:none; border-width:5px; overflow:hidden; margin-top:3px; margin-bottom:3px;}
hr {border-color:grey;}
.dothr {border-color:grey; border-style:dotted; border-bottom:none; border-width:5px; overflow:hidden; margin-top:3px; margin-bottom:3px;}
a {color:#34BEED; font-weight: bold; }
::selection{color: #323232;background: #34BEED;}