Backend for songs.zachdecook.com
Diffstat (limited to 'index.less')
-rw-r--r--index.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/index.less b/index.less
index e1baf4a..abf4747 100644
--- a/index.less
+++ b/index.less
@@ -31,6 +31,20 @@ pre {
font-weight: bold;
font-size: 1em;
}
+.darkbubble, .lightbubble {
+ font-size: 2em;
+}
+.darkbubble:hover, .lightbubble:hover {
+ text-decoration: none;
+ text-shadow: 0 0 5px;
+}
+.darkbubble, .darkbubble:hover {
+ color: #001144;
+}
+.lightbubble, .lightbubble:hover {
+color: #CCDDFF;
+}
+
.chordZ(@color: #BBB){
color: @color;
& when(hsvvalue(@color) > 95%) and (lightness(@color) > 51%){