Skip to content

Commit

Permalink
Update rockstar.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsroka committed Jun 11, 2024
1 parent 84f04d9 commit 598fe14
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions rockstar/rockstar.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,16 @@
padding: 5px;
}
.hoverDiv:hover {
background-color: #f0f0f0;
}
background-color: #f0f0f0;
}

.rockstarButtons a {
font-size: 18px;
padding: 4px;
cursor: pointer;
}

.rockstarButtons a svg {
height: 20px;
vertical-align: text-top;
}

0 comments on commit 598fe14

Please sign in to comment.