Skip to content

Commit

Permalink
sicnecher
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicnecher committed Jun 4, 2024
1 parent e6e543a commit 8256741
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
align-items: center;

.barDisplay {
height: 7px;
display: inline-block;
border-radius: 10px;
margin-left: 10px;
text-align: center;
font-weight: bold;
color: rgb(255, 255, 255);
}

.entryBarTotal {
Expand All @@ -27,4 +30,8 @@
}
}
}
}

.HbarChart:hover {
cursor: default;
}

0 comments on commit 8256741

Please sign in to comment.