commit 1067312f5c70d52a71e8205ec235028cab86a356
parent 067eab0d226a5050d4e6205ec2d8c5f60498a08b
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 7 Mar 2021 16:40:35 +0100
parent 067eab0d226a5050d4e6205ec2d8c5f60498a08b
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 7 Mar 2021 16:40:35 +0100
add css for previous commit
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/webmusic.css b/webmusic.css @@ -11,6 +11,7 @@ url('/assets/fonts/ubuntu-mono-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/assets/fonts/ubuntu-mono-v10-latin-regular.svg#UbuntuMono') format('svg'); /* Legacy iOS */ } + /* inconsolata-regular - latin */ @font-face { font-family: 'Inconsolata'; @@ -75,4 +76,8 @@ li { #state, #repeatButton, #continuousButton { cursor: pointer; -}- \ No newline at end of file +} + +.selected { + color: #8cd8cd; +}