update defaults

This commit is contained in:
timothypidashev
2021-07-15 04:27:49 +00:00
parent 551e6cbd0e
commit e66b406296

View File

@@ -6,8 +6,7 @@
<style> <style>
html { html {
font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', font-family: 'New_Zelek', 'Arial';
Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 16px; font-size: 16px;
word-spacing: 1px; word-spacing: 1px;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
@@ -25,26 +24,26 @@ html {
.button--green { .button--green {
display: inline-block; display: inline-block;
border-radius: 4px; border-radius: 4px;
border: 1px solid #3b8070; border: 1px solid #FF2965;
color: #3b8070; color: #FF2965;
text-decoration: none; text-decoration: none;
padding: 10px 30px; padding: 10px 30px;
} }
.button--green:hover { .button--green:hover {
color: #fff; color: #fff;
background-color: #3b8070; background-color: #FF2965;
} }
.button--grey { .button--grey {
display: inline-block; display: inline-block;
border-radius: 4px; border-radius: 4px;
border: 1px solid #35495e; border: 1px solid #FF2965;
color: #35495e; color: #FF2965;
text-decoration: none; text-decoration: none;
padding: 10px 30px; padding: 10px 30px;
margin-left: 15px; margin-left: 15px;
} }
.button--grey:hover { .button--grey:hover {
color: #fff; color: #fff;
background-color: #35495e; background-color: #FF2965;
} }
</style> </style>