Backend for songs.zachdecook.com
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%){