0

所以,我已经定制了我的 mystyle.css(在 pmwiki 中的 vanilla5 皮肤中)。我只将颜色从#33F 更改为#abff33。

/*
 * 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: #abff33;
}
a:visited {
    color: #909
}

/* === codeblokken === */
code, pre {
    background-color: #e3e3e3;
    font-size: 13px;
    font-weight: normal;
}

我发布了我的更改,我的服务器也向我显示我的更改已被接受。但是,如果我转到浏览器,我的更改会以某种方式被原始内容覆盖(返回颜色 #33F)。我不知道为什么。我改变什么也没有关系(添加评论等)。

4

0 回答 0