From 9d9016575a662a20018b8b89dc3e09eb8950d1a4 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 15 Apr 2021 20:29:02 +0700 Subject: _www: make the WebSocket target have the same style with HttpTarget --- _www/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_www/index.css b/_www/index.css index eac83e2..15f7c75 100644 --- a/_www/index.css +++ b/_www/index.css @@ -99,7 +99,8 @@ body { margin-top: 2em; } -.HttpTarget h3 { +.HttpTarget h3, +.WebSocketTarget h3 { border-left: 10px solid gold; margin-left: 0; padding: 0.5em; -- cgit v1.3