new styling

This commit is contained in:
ch0ccyra1n 2025-07-12 19:59:52 -07:00
parent dbfc8bd249
commit f85f8c85b4
2 changed files with 9 additions and 10 deletions

View file

@ -33,9 +33,6 @@
' ``'--,..,. mic ' ``'--,..,. mic
</pre> </pre>
</div> </div>
<br><br>
<p>Want to promote us? Add this button to your site!</p>
<a href="http://oohay.retro"><img src="/static/oohay.gif"></a>
</div> </div>
</body> </body>
</html> </html>

View file

@ -1,5 +1,7 @@
body { body {
background-color: #FAFAFA; background-color: #0C312E;
color: #FF6666;
font-family: Helvetica, sans-serif;
} }
h1 { h1 {
@ -7,23 +9,23 @@ h1 {
line-height: 96px; line-height: 96px;
} }
a.tiny { a {
color: #7900A7; color: #2EC4B6;
} }
a.pin1 { a.pin1 {
font-size: 14px; font-size: 14px;
color: #7900A7; color: #2EC4B6;
} }
a:visited { a:visited {
color: #7900A7; color: #17625B;
} }
.title { .title {
color: #7900A7; color: #FF6666;
font-weight: bold; font-weight: bold;
font-size: 83px; font-size: 83px;
font-family: "Georgia"; font-family: Helvetica, sans-serif;
} }