Skip to content

Commit

Permalink
style upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Intina47 authored May 28, 2024
1 parent a113ead commit 5c6bd85
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions app/components/styles-for-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,22 @@
ul li a {
color: #38a169;
text-decoration: none;
background-color: aliceblue;
padding: 0.5rem;
transition: background-color 0.3s, transform 0.3s;
}
a {
color: #38a169;
color:aliceblue;;
text-decoration: none;
background-color: black;
padding: 0.5rem;
transition: background-color 0.3s, transform 0.3s;
}
a #latestrepo{
text-decoration: none;
/* zoom on hover */
transition: transform 0.3s;
}

a:hover {
color: #38a169;
text-decoration: none;
background-color: lightblue;
transform: scale(1.05);
text-decoration: underline;
color:aliceblue;
}
/* projects.md */
em {
Expand Down

0 comments on commit 5c6bd85

Please sign in to comment.