diff options
| author | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-07-10 13:28:21 -0400 |
|---|---|---|
| committer | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-07-10 13:28:21 -0400 |
| commit | 376eb907e68be8408f12fe79dd23a6e5f46ffe60 (patch) | |
| tree | 1e56480951e0b940dd47b98412eb2bc3c6351946 /src/client/views/nodes/ChatBox/MessageComponent.scss | |
| parent | 8922b3de6fcd53d5a09e719b2885e94ddb069c76 (diff) | |
| parent | f23ea0cbde3c4193b8039f317fe71d965c8cbf40 (diff) | |
Merge branch 'master' into zach-starter
Diffstat (limited to 'src/client/views/nodes/ChatBox/MessageComponent.scss')
| -rw-r--r-- | src/client/views/nodes/ChatBox/MessageComponent.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/ChatBox/MessageComponent.scss b/src/client/views/nodes/ChatBox/MessageComponent.scss new file mode 100644 index 000000000..6fcc0e5e7 --- /dev/null +++ b/src/client/views/nodes/ChatBox/MessageComponent.scss @@ -0,0 +1,10 @@ +MessageComponent-citation { + color: lightblue; + vertical-align: super; + font-size: smaller; +} +MessageComponent-file_path { + color: lightblue; + vertical-align: baseline; + font-size: inherit; +} |
