]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/light/_base.less
updates to dispy family; fix typo in INSTALL.txt
[friendica.git] / view / theme / dispy / light / _base.less
index 70576145cde62072c9f4f8da091f885fffc54b80..3046c1bacf102c1fd5b7e70e99e524e968438390 100644 (file)
@@ -59,7 +59,8 @@
 @dk_main_colour: darken(@bg_colour, 10%);
 
 //* links */
-@link_colour: #3465a4;
+// yes our link colour is "friendica blue" ;)
+@link_colour: @friendica_blue;
 @dk_link_colour: darken(@link_colour, 10%);
 @lt_link_colour: lighten(@link_colour, 10%);
 //@hover_colour: #729fcf;