about summary refs log tree commit diff
path: root/index.less
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-04-08 17:49:25 -0400
committerZach DeCook <zachdecook@gmail.com>2018-04-08 17:49:25 -0400
commit93b308d7d3bd0cefad2e8f3f50a938e926d19a2e (patch)
tree27147ba57defb03f49fc10cfd1a50ffd430732c6 /index.less
parentcd7dc24a8abb4863249ee7d639844970ba3b486a (diff)
downloadprosongsa-93b308d7d3bd0cefad2e8f3f50a938e926d19a2e.tar.gz
- Index: Gray out songs without key data
Diffstat (limited to 'index.less')
-rw-r--r--index.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.less b/index.less
index abf4747..2f49861 100644
--- a/index.less
+++ b/index.less
@@ -45,6 +45,13 @@ pre {
 color: #CCDDFF;
 }
 
+.incomplete a{
+	color: #888;
+}
+.incomplete:after{
+	content: " (incomplete)";
+}
+
 .chordZ(@color: #BBB){
 	color: @color;
 	& when(hsvvalue(@color) > 95%) and (lightness(@color) > 51%){