Skip to content

Commit

Permalink
https://www.jpl.nasa.gov/missions/mariner-9-mariner-i
Browse files Browse the repository at this point in the history
  • Loading branch information
ThakaRashard authored Jun 24, 2024
1 parent e481f63 commit b11497e
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,22 @@ nav {
}
}

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;
}


/*
a {
color: #666;
Expand All @@ -354,6 +370,10 @@ nav {
// }
}
}
*/




footer {
width:180px;
Expand Down Expand Up @@ -590,7 +610,6 @@ embed {
border: 1px solid #08a0e9;
border-radius: 1px 1px 1px 1px;
border-radius: 1
flex: 1;
align-items: stretch;

}
Expand Down

0 comments on commit b11497e

Please sign in to comment.