adding wallet logos, edits to the xrp overview page

This commit is contained in:
Calvin Jhunjhnuwala
2021-06-26 00:32:41 -07:00
58 changed files with 1319 additions and 307 deletions

View File

@@ -112,7 +112,6 @@ p {
a {
// text-decoration: underline;
color: inherit;
&:hover {
text-decoration: none;
@@ -120,11 +119,22 @@ a {
}
p a {
color: $blue-purple-400;
&:hover {
color: $blue-purple-400;
text-decoration: none;
}
}
.fs-base {
font-size: $base-size;
}
.fs-3 {
font-size: 0.75rem;
line-height: 1rem;
}
.fs-4-5 {
font-size: 1.125rem;
}
.fs-5 {
font-size: 1.25rem;
}