Skip to content

Commit

Permalink
a:hover,
Browse files Browse the repository at this point in the history
a:visited a:hover {
  color: #c9ff23;
  padding: 10px;
  font-size: 150%;
}

a {
  color: #c9ff23;
  text-shadow: 0 0 5px rgba(104, 182, 255, 0.5);
  transition: 0.3s;
}
  • Loading branch information
ThakaRashard authored Jun 27, 2024
1 parent 8c1ad3a commit a87e0b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,18 @@ by Matt Graham
@import "rouge-base16-dark";


a:hover,
a:visited a:hover {
color: #c9ff23;
padding: 10px;
font-size: 150%;
}

a {
color: #c9ff23;
text-shadow: 0 0 5px rgba(104, 182, 255, 0.5);
transition: 0.3s;
}

html {

Expand Down

0 comments on commit a87e0b4

Please sign in to comment.