Improved some styles

This commit is contained in:
2024-06-08 10:01:25 -04:00
parent da6397dd14
commit 771d26ec3b
6 changed files with 13 additions and 8 deletions

View File

@ -56,6 +56,11 @@ table thead tr,
table tr:nth-child(even)
background: #eee
table tbody tr
transition: background 180ms ease-in-out
&:hover
background: lightgrey
/* Material card styles */
.card-1
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)
@ -106,9 +111,9 @@ table tr:nth-child(even)
font-size: 2.25rem
line-height: 64px
transition: all 200ms ease-in-out
&:hover
color: #eee
font-size: 2.5rem
&:hover
color: #eee
font-size: 2.5rem
#main-content
padding: 15px 25px