diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-29 21:38:35 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-29 21:40:10 +0100 |
| commit | a627893355b2c1f385739c22f824647637ce5224 (patch) | |
| tree | ebc485276c6d6d49e3d9f5d0d976adcb7550bbc0 | |
| parent | 16006874491d1e1492e1337a0e58db43236a7ffb (diff) | |
| download | cheatdb-a627893355b2c1f385739c22f824647637ce5224.tar.xz | |
Add trusted member color
| -rw-r--r-- | app/scss/components.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/scss/components.scss b/app/scss/components.scss index d906c26..dd9c9a8 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -387,6 +387,10 @@ table.fancyTable tfoot td { color: #b6f; } +.TRUSTED_MEMBER a, a.TRUSTED_MEMBER { + color: #2c2; +} + /* Aside */ |
