diff --git a/static/babystats.css b/static/babystats.css index 6dcf09b..3f8938d 100644 --- a/static/babystats.css +++ b/static/babystats.css @@ -142,6 +142,7 @@ babyStatsCellStatus { background-color: rgb(189,21,80); color: rgb(248,202,0); font-size: 3vmin; + opacity: 0.8; } .babyStatsCellStatusActive { @@ -157,7 +158,7 @@ babyStatsCellContents { padding: 5px; height: calc(100% - 20px); width: calc(100% - 20px); - font-size: 6vmin; + font-size: 5vmin; font-weight: bold; white-space: pre-line; background-color: rgb(73,10,61);