diff options
| author | eperelm2 <emily_perelman@brown.edu> | 2023-06-12 14:05:37 -0400 |
|---|---|---|
| committer | eperelm2 <emily_perelman@brown.edu> | 2023-06-12 14:05:37 -0400 |
| commit | 6de23b772d7d40d75d60abd3343c1f6fd684b06f (patch) | |
| tree | ac9a06382f0803a88afdba6db3e6a5b9d898ef3a /src/client/views/PropertiesView.scss | |
| parent | 44f29c783817f56d0973bef470d60a6671f4133e (diff) | |
fixing options
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index b3d16d82a..49f2fc6fe 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -837,7 +837,7 @@ } .propertiesView-wordTitle{ - color:silver; + color:darkslategray; font-weight:200; } @@ -854,7 +854,7 @@ } .propertiesView-wordType{ - color:silver; + color:darkslategray; font-weight:200; } |
