Removed Min-Height from content and added black links in TOS

This commit is contained in:
Thomas G 2022-06-19 19:45:51 +10:00
parent aa6682ca32
commit 5d9bf76aaa
2 changed files with 4 additions and 3 deletions

View File

@ -69,7 +69,6 @@ body {
} }
.content { .content {
color: black; color: black;
min-height: 1000px;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
margin-left: 1px; margin-left: 1px;
@ -77,6 +76,9 @@ body {
margin-top: 0px; margin-top: 0px;
background-color: white; background-color: white;
} }
.content p a {
color: black
}
footer { footer {
text-align: center; text-align: center;
background-color: rgb(179, 179, 179); background-color: rgb(179, 179, 179);

View File

@ -40,8 +40,7 @@
</header> </header>
<div class="content"> <div class="content">
<h1>Terms of Service</h1> <h1>Terms of Service</h1>
<p>Welcome to MORBLOX! Before signing up...</p> <p>Welcome to MORBLOX! Before signing up, please read the <a href="privacy.html">Privacy Policy.</a></p>
<a href="privacy.html">Read our Privacy Policy.</a>
<h2>Our Rules</h2> <h2>Our Rules</h2>
<p>&#x2022; Swearing is fine, but please do not say any racial or homophobic slurs.</p> <p>&#x2022; Swearing is fine, but please do not say any racial or homophobic slurs.</p>
<p>&#x2022; Do not upload NSFW/NSFL content to MORBLOX, or post links to that contents.</p> <p>&#x2022; Do not upload NSFW/NSFL content to MORBLOX, or post links to that contents.</p>