commit 3ec732fc43e8e4cc409603dbfd79466c2d93ba1f parent a3c44e7aa744f461223dee3044913579261a1be9 Author: n0tr1v <n0tr1v@protonmail.com> Date: Tue, 15 Nov 2022 14:52:22 -0500 fix css class Diffstat:
| M | pkg/web/public/views/pages/chat-messages.gohtml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/public/views/pages/chat-messages.gohtml b/pkg/web/public/views/pages/chat-messages.gohtml @@ -144,7 +144,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - afk-indicator { color: #ff9a27; } + .afk-indicator { color: #ff9a27; } </style> </head> <body>