/*
 * Vanilla5 
 * A skin for PmWiki 2  (http://pmwiki.org)
 * Version 1.0.8  (2015-03-24)
 * Copyright (c) 2015 Paul Wiegmans(p.wiegmans@inter.nl.net)
 * you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published
 * by the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 */

/*  === Add your own custom style rules below === */ 


/* Links get a clear color, Links blue, visited purple */
a {
    color: #33F;
}
a:visited {
    color: #909
}



/* === codeblokken === */
code, pre {
  background-color: #e3e3e3;
  font-size: 13px;  
  font-weight: normal;
}

