diff --git a/example/local-only-multi-user-3d-web-experience/client/public/style.css b/example/local-only-multi-user-3d-web-experience/client/public/style.css index f9c31d5a..cf1f6616 100644 --- a/example/local-only-multi-user-3d-web-experience/client/public/style.css +++ b/example/local-only-multi-user-3d-web-experience/client/public/style.css @@ -1,3 +1,9 @@ +a { + font-weight: 500; + color: #646cff; + text-decoration: inherit; +} + :root { font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; @@ -11,12 +17,6 @@ -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; } - -a { - font-weight: 500; - color: #646cff; - text-decoration: inherit; -} a:hover { color: #535bf2; } diff --git a/packages/3d-web-text-chat/src/chat-ui/components/Message/Message.module.css b/packages/3d-web-text-chat/src/chat-ui/components/Message/Message.module.css index 9dc26499..398af768 100644 --- a/packages/3d-web-text-chat/src/chat-ui/components/Message/Message.module.css +++ b/packages/3d-web-text-chat/src/chat-ui/components/Message/Message.module.css @@ -2,7 +2,7 @@ padding: 7px; overflow-x: hidden; background-color: rgba(0, 0, 0, 0.7); - /* backdrop-filter: blur(3px); */ + font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; border-radius: 9px; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7); font-weight: 700;