This commit is contained in:
anon 2023-01-02 23:53:07 -03:00
parent 549c231883
commit 4f648f419a

View file

@ -4,69 +4,17 @@
<title>Moneroj.net - Monero Metrics</title>
<style>
.login_page {
margin: 0 auto 25px;
}
.form {
position: relative;
z-index: 1;
background: #313030;
max-width: 100%;
margin-top: 20px;
margin-bottom: 20px;
padding: 20px;
text-align: center;
border-radius: 20px
}
.form input {
font-family: "Roboto", Sans-serif;
outline: 0;
width: 100%;
border: 0;
margin: 0 0 10px;
padding: 5px;
font-size: 14px;
border-radius: 5px
}
button {
font-family: "Roboto", Sans-serif;
outline: 0;
background: #ff4d21;
width: 100%;
border: 0;
border-radius: 5px;
padding: 5px;
color: #ffffff;
font-size: 14px;
cursor: pointer
}
button:hover,
button:active {
background: #db3b13
}
.message {
margin: 10px 0 0;
color: rgb(255, 255, 255);
font-size: 16px
}
.form .message a {
color: #ff4d21;
text-decoration: none
}
.form .register_form {
display: none
}
.break {
word-break: break-all;
}
.link {
color: #ff4d21;
}
.link:hover {
color: #ff8262;
text-decoration: none;
}
</style>
{% endblock %}
@ -134,7 +82,6 @@
</div>
<div class="col-xl-8">
<div class="icon-box mt-4 mt-xl-0">
<br>
<h4>Book: The Monero Standard</h4>
<p>
The fiat system we live under today is nothing like the monetary systems of the past. At least not the prosperous ones.
@ -151,8 +98,8 @@
We must change that by opting into the strongest form of money the world has ever seen.
</p>
<button style="width: 200px; font-size: 16px" href="https://monerostandard.com/" target="_blank">Read More</button>
<br><br>
<a class="link" style="width: 200px;" href="https://monerostandard.com/" target="_blank">Read More</a>
<br>
</div>
</div>
</div>