Browse Source

Fixed so that quoted text in replies becomes readable - Found by T.J. Drennan

Pontus Ullgren 23 năm trước cách đây
mục cha
commit
aefff0e417
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      themes/deepocean_theme.php

+ 1 - 1
themes/deepocean_theme.php

@@ -27,6 +27,6 @@ $color[9]   = '#587B99'; // (mid-gray)       Darker version of #0
 $color[10]  = '#496E8B'; // (dark gray)      Darker version of #9
 $color[11]  = '#A7C5F3'; // (dark red)       Special Folders color
 $color[12]  = '#7092B4';
-$color[13]  = '#83A1DA'; // (another blue)   Unselectable folders color
+$color[15]  = '#83A1DA'; // (another blue)   Unselectable folders color
 
 ?>