gnome-shell-extension-night.../nightscout-follower@treehouse.org.za/stylesheet.css
2024-05-16 13:36:45 +02:00

18 lines
234 B
CSS

.expired-data {
text-decoration : line-through;
}
.fresh-data {
text-decoration : none;
}
.low-glucose {
text-decoration : none;
color : #f18c8c;
}
.high-glucose {
text-decoration : none;
color : #fbf484;
}