Skip to content

Commit

Permalink
ksm/dot widget, polished style
Browse files Browse the repository at this point in the history
  • Loading branch information
anamst committed Jan 4, 2021
1 parent 442c4d8 commit ed5c218
Show file tree
Hide file tree
Showing 5 changed files with 9,946 additions and 1,610 deletions.
8,245 changes: 8,243 additions & 2 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

30 changes: 27 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ body {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
color: #24292e;
text-align: left;
background-color: #fff; }

Expand Down Expand Up @@ -133,11 +133,11 @@ sup {
top: -.5em; }

a {
color: #007bff;
color: #000;
text-decoration: none;
background-color: transparent; }
a:hover {
color: #0056b3;
color: #e6007a;
text-decoration: underline; }

a:not([href]):not([tabindex]) {
Expand Down Expand Up @@ -9565,4 +9565,28 @@ body > * {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.background-dot {
background-image: url("../images/dotksm.png");
background-size: 25%;
background-position: 100% 50%;
background-repeat: no-repeat;
}

.background-btc-eth {
background-image: url("../images/btceth.png");
background-size: 1%;
background-position: 100%;
background-repeat: no-repeat;
}

@media (max-width: 767px) {
.background-dot {
background-image: none;
}

.background-btc-eth{
background-image: none;
}
}
Binary file removed images/dotksm.jpeg
Binary file not shown.
Loading

0 comments on commit ed5c218

Please sign in to comment.