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;
}  Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/style.scss':
                    Invalid CSS after " align-items": expected ";", was ": stretch;" on line 613
  • Loading branch information
ThakaRashard authored Jun 24, 2024
1 parent b11497e commit 96f52c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ embed {
border: 1px solid #08a0e9;
border-radius: 1px 1px 1px 1px;
border-radius: 1
align-items: stretch;

}
.trebuchet {
Expand Down

0 comments on commit 96f52c9

Please sign in to comment.