diff options
author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-09-15 13:12:12 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-09-15 13:12:12 -0400 |
commit | 7073f6545544277673c0806606834225907797d7 (patch) | |
tree | 6054754d879d12ad6ffa996ca7ee478ba877ae91 /src/components/registry-element.js | |
parent | 79745ab407f66eda13f643193e67159aef547bd7 (diff) |
Created way to get user data for admins, except for username. May need to change database or figure something out.
Diffstat (limited to 'src/components/registry-element.js')
-rw-r--r-- | src/components/registry-element.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/registry-element.js b/src/components/registry-element.js index 9be8c7f..c54bd43 100644 --- a/src/components/registry-element.js +++ b/src/components/registry-element.js @@ -37,7 +37,7 @@ class RegistryElement extends LitElement { } .thetas { - color: #00bfff; + color: green; } .alphas { |