forked from diego/stack-wallet-website
Compare commits
1 Commits
master
...
improve-co
Author | SHA1 | Date | |
---|---|---|---|
67fc527881 |
@ -122,6 +122,7 @@ sup {
|
|||||||
font-family: "stack-icons";
|
font-family: "stack-icons";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
speak: never;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -1146,6 +1147,7 @@ header .container {
|
|||||||
|
|
||||||
#download .container:before {
|
#download .container:before {
|
||||||
content: 'download';
|
content: 'download';
|
||||||
|
display; block;
|
||||||
color: gainsboro;
|
color: gainsboro;
|
||||||
font-family: 'Noto Sans', sans-serif;
|
font-family: 'Noto Sans', sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@ -1297,6 +1299,7 @@ header .container {
|
|||||||
|
|
||||||
#features .container:before {
|
#features .container:before {
|
||||||
content: 'features';
|
content: 'features';
|
||||||
|
display; block;
|
||||||
color: gainsboro;
|
color: gainsboro;
|
||||||
font-family: 'Noto Sans', sans-serif;
|
font-family: 'Noto Sans', sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@ -1496,6 +1499,7 @@ header .container {
|
|||||||
|
|
||||||
#support .container:before {
|
#support .container:before {
|
||||||
content: 'support';
|
content: 'support';
|
||||||
|
display; block;
|
||||||
color: gainsboro;
|
color: gainsboro;
|
||||||
font-family: 'Noto Sans', sans-serif;
|
font-family: 'Noto Sans', sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@ -2464,7 +2468,7 @@ footer .social li:hover i {
|
|||||||
|
|
||||||
footer .pre-footer .about-foot p {
|
footer .pre-footer .about-foot p {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
color: #A9ACAC;
|
color: #4f4f4f;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2483,7 +2487,7 @@ footer .bottom-row .col:last-child {
|
|||||||
|
|
||||||
footer .bottom-row p {
|
footer .bottom-row p {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
color: #737577;
|
color: white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2491,7 +2495,7 @@ footer .bottom-row p a {
|
|||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
color: #737577;
|
color: white;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user