diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-22 13:03:42 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-22 13:03:42 +0100 |
| commit | 190c2cfee56345598feb6af3100e571ce4688925 (patch) | |
| tree | 9e6e2cec8fc301656131d321804e237c48fd8071 /scraper/client/paper/paper.css | |
| parent | 73ac1f45da311681769feeb49be4e892576b9d19 (diff) | |
uses or not
Diffstat (limited to 'scraper/client/paper/paper.css')
| -rw-r--r-- | scraper/client/paper/paper.css | 11 |
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; |
