home » zplus/freepost.git
Author zPlus <-> 2016-03-16 14:18:16
Committer zPlus <-> 2016-03-16 14:18:16
Commit 31c935f (patch)
Tree 5db0ac3
Parent(s)

post/comment: remove gray colour


commits diff: 5f8eba6..31c935f
1 file changed, 1 insertion, 3 deletionsdownload


Diffstat
-rw-r--r-- css/freepost.css 4

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-3 M   css/freepost.css
index 3372349..cd55ac8
old size: 8K - new size: 8K
@@ -164,14 +164,12 @@ html, body
164 164
165 165 .content > .post > .comments > .comment > .info
166 166 {
167 - color: #888;
168 - font-size: .8em;
167 + font-size: .9em;
169 168 }
170 169
171 170 .content > .post > .comments > .comment > .info > .username > a,
172 171 .content > .post > .comments > .comment > .info > .username > a:hover
173 172 {
174 - color: #888;
175 173 padding: 0em 0.5em;
176 174 }
177 175