You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
372 B

  1. /*Link properties*/
  2. .dokuwiki .aside .dtree a,
  3. .dokuwiki .dtree a:visited,
  4. .dokuwiki .aside .dtree a:visited,
  5. .dokuwiki .dtree a:link,
  6. .dokuwiki .aside .dtree a:link {
  7. text-decoration: none;
  8. color: #2B73B7;
  9. }
  10. /* Current page not highlighting*/
  11. .dokuwiki .aside .dtree a.navSel {
  12. /* background-color: transparent; */
  13. background-color: __highlight__;
  14. }