mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
update defaults
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
|
||||
<style>
|
||||
html {
|
||||
font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
||||
Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||
font-family: 'New_Zelek', 'Arial';
|
||||
font-size: 16px;
|
||||
word-spacing: 1px;
|
||||
-ms-text-size-adjust: 100%;
|
||||
@@ -25,26 +24,26 @@ html {
|
||||
.button--green {
|
||||
display: inline-block;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #3b8070;
|
||||
color: #3b8070;
|
||||
border: 1px solid #FF2965;
|
||||
color: #FF2965;
|
||||
text-decoration: none;
|
||||
padding: 10px 30px;
|
||||
}
|
||||
.button--green:hover {
|
||||
color: #fff;
|
||||
background-color: #3b8070;
|
||||
background-color: #FF2965;
|
||||
}
|
||||
.button--grey {
|
||||
display: inline-block;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #35495e;
|
||||
color: #35495e;
|
||||
border: 1px solid #FF2965;
|
||||
color: #FF2965;
|
||||
text-decoration: none;
|
||||
padding: 10px 30px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.button--grey:hover {
|
||||
color: #fff;
|
||||
background-color: #35495e;
|
||||
background-color: #FF2965;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user