summaryrefslogtreecommitdiff
path: root/scraper/client/paper/paper.css
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/client/paper/paper.css')
-rw-r--r--scraper/client/paper/paper.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/scraper/client/paper/paper.css b/scraper/client/paper/paper.css
index 4815bd30..2d33ac76 100644
--- a/scraper/client/paper/paper.css
+++ b/scraper/client/paper/paper.css
@@ -26,6 +26,17 @@
cursor: pointer;
color: #11f;
}
+.verified {
+ color: #080;
+ font-weight: bold;
+}
+.unverified {
+ color: #800;
+ font-weight: bold;
+}
+.unknown {
+ color: #888;
+}
.param {
display: flex;