Skip to content

Commit

Permalink
changed link style
Browse files Browse the repository at this point in the history
  • Loading branch information
syxanash committed Dec 16, 2024
1 parent 94fd9eb commit 246a0ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ canvas {
hyphens: auto;
}

.skeet-url-link a {
color: #0ae2ff;
}

.skeet-url-link a:visited {
color: #c60aff;
}

.credits {
position: absolute;
right: 10px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="window-body" style="background-color: #00000045 !important;">
<div class="body-style skeet-message-dialog" style="background-color: #00000045 !important;">
<span id="skeetMessage"></span><br><br>
<span id="skeetUrl"></span>
<span id="skeetUrl" class="skeet-url-link"></span>
</div>
</div>
</div>
Expand Down

0 comments on commit 246a0ab

Please sign in to comment.