diff --git a/index.html b/index.html index e0e68f7..5dfc317 100644 --- a/index.html +++ b/index.html @@ -196,6 +196,16 @@ display: none; } + #cont-character-id { + margin: -2em 0 .5em 0; + color: var(--box-border); + font-size: 75%; + } + + #cont-character-id::before { + content: "ID: "; + } + .pool-container { display: inline-block; border-width: 2px; @@ -265,6 +275,7 @@