1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-29 07:57:13 +00:00

use update.css as generic minimal utility css

This commit is contained in:
Andrew Dolgov
2007-03-02 14:59:18 +01:00
parent 30f782a278
commit 75b206cb88

11
utility.css Normal file
View File

@@ -0,0 +1,11 @@
p.warning {
color : red;
}
p.query {
color : green;
}
p.insensitive {
color : gray;
}