summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-04-15 20:29:02 +0700
committerShulhan <ms@kilabit.info>2021-04-15 20:29:02 +0700
commit9d9016575a662a20018b8b89dc3e09eb8950d1a4 (patch)
treee22409f92a5ea86a8ecea4738e4b88a0227c2738
parent882e41fd3a3859cbe93de2226ae4e52d9e05bcd0 (diff)
downloadgorankusu-9d9016575a662a20018b8b89dc3e09eb8950d1a4.tar.xz
_www: make the WebSocket target have the same style with HttpTarget
-rw-r--r--_www/index.css3
1 files changed, 2 insertions, 1 deletions
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;