Morten Brix Pedersen 24 лет назад
Родитель
Сommit
96a071fea7
2 измененных файлов с 6 добавлено и 3 удалено
  1. 2 0
      docs/Changelog
  2. 4 3
      layout/ocean.css

+ 2 - 0
docs/Changelog

@@ -9,6 +9,8 @@ pisg (x.xx)
    * New 'softgreen' colorscheme (thanks, Melody Mayberry)
    * Fixed wrong reference to PicHeight in docs which should be PicWidth.
      (thanks, J Lehto)
+   * The ocean colorscheme has been updated, the link-hover color is now
+     white.
 
 pisg (0.41) - Sun Aug, 11th 2002
    * Fix a bug in the winbot logfile format where lines containing the channel

+ 4 - 3
layout/ocean.css

@@ -1,6 +1,6 @@
 /*  Ocean colorscheme made by: Mikko Nissinen <Gwadj>
- *  To report bugs or suggestions please email to: 
- *  gwadj79@hotmail.com
+ *  To see it in action go to http://www.loiri.cjb.net
+ *  
  *  
  *  To obtain a better result, then set the these pisg options:
  *  <set hicell="#3399cc">
@@ -22,7 +22,7 @@ A:visited
 }
 A:hover
 {
-    COLOR: #66ccff;
+    COLOR: #ffffff;
     TEXT-DECORATION: underline
 }
 A.background
@@ -125,3 +125,4 @@ TD
     FONT-FAMILY: "Arial narrow", Arial, sans-serif
     TEXT-ALIGN: center
 }
+