Skip to content
Snippets Groups Projects
Commit e117f36c authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#18 added hover styling

parent bef9999f
No related branches found
No related tags found
Loading
...@@ -70,6 +70,12 @@ body { ...@@ -70,6 +70,12 @@ body {
font-size: 1.5rem; font-size: 1.5rem;
} }
.page-item:hover
{
cursor: pointer;
background-color: #8d8d8d;
}
@media (max-width: 600px) { @media (max-width: 600px) {
.content { .content {
width: 90%; width: 90%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment