mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
update defaults
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user