Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ibardos committed Feb 23, 2024
1 parent 15a54be commit c0a2a36
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/main/ui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ body {
padding: 40px;
background-color: lightslategray;
color: white;
margin-bottom: 60px;
font-family: Sans-Serif, serif;
}

Expand All @@ -21,19 +20,23 @@ table {
}

footer {
position: static;
position: fixed;
left: 0;
bottom: 10px;
bottom: 0;
width: 100%;
text-align: center;
background-color: #333;
color: white;
padding: 10px;
}


a {
color: blue;
color: lightskyblue;
}

a:hover {
color: darkblue;
color: cornflowerblue;
}


Expand Down Expand Up @@ -66,4 +69,4 @@ a:hover {
margin-left: 12px;
margin-bottom: 12px;
color: darkred;
}
}

0 comments on commit c0a2a36

Please sign in to comment.