Fix typo, tweak colours

This commit is contained in:
3wc 2021-07-21 01:54:21 +02:00
parent 929aa29663
commit 8c802a977a
2 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
html { html {
color: #bdc7b8; color: #241e1e;
font: calc(0.40rem + 1vmin) monospace; font: calc(0.40rem + 1vmin) monospace;
overflow-y: scroll; overflow-y: scroll;
background-color: #241e1e; background-color: #bdc7b8;
} }
body { body {
@ -19,8 +19,8 @@ body {
} }
a { a {
color:#6CF; color:#00517a;
text-shadow: 1px 1px 0px #000c; text-shadow: 1px 1px 0px #eee;
} }
a.no-shadow { a.no-shadow {
@ -28,7 +28,7 @@ a.no-shadow {
} }
a:hover, a:active, a:visited { a:hover, a:active, a:visited {
color: #b5bd68; color: #575c28;
} }
.nav-links a { .nav-links a {
@ -59,11 +59,11 @@ h1, h2, h3, h4, h5 {
margin: initial; margin: initial;
padding: initial; padding: initial;
text-transform: uppercase; text-transform: uppercase;
text-shadow: 2px 2px 0px #0007; text-shadow: 2px 2px 0px #eee;
} }
main { main {
border: 1px dashed #bdc7b8; border: 1px dashed #241e1e;
padding: 1rem; padding: 1rem;
margin-bottom: 2em; margin-bottom: 2em;

View File

@ -8,7 +8,7 @@
</div> </div>
<div class="row half-margin"> <div class="row half-margin">
<p> <p>
Rates for this service isn't set yet. You can see Cyberia's Capsul pricing Rates for this service aren't set yet. You can see Cyberia's Capsul pricing
on <a href="https://capsul.org/pricing">their website</a>. on <a href="https://capsul.org/pricing">their website</a>.
</p> </p>
</div> </div>