about summary refs log tree commit diff
path: root/index.less
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-03-22 18:35:00 -0400
committerZach DeCook <zachdecook@gmail.com>2018-03-22 18:35:00 -0400
commite4094365381c326b7849c86983461b86ef0cf5e5 (patch)
tree94cdf45c0cf285d045579bfdfbbdcae760dcbfce /index.less
parent7160ebb279191d94d77c6d662774d282fd88ce94 (diff)
downloadprosongsa-e4094365381c326b7849c86983461b86ef0cf5e5.tar.gz
* Theme: Ability to change between light and dark themes
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%){