diff --git a/app/stage/auth.html b/app/stage/auth.html index 9e79793b0..f2af24149 100644 --- a/app/stage/auth.html +++ b/app/stage/auth.html @@ -135,6 +135,18 @@ a:hover { text-decoration: underline; } + + .b3-code { + padding: 0.2em 0.4em; + margin: 0; + font-size: 85%; + border-radius: 3px; + font-family: var(--b3-font-family-code); + word-break: break-word; + background-size: 20px 20px; + white-space: pre-wrap; + background-color: var(--b3-protyle-code-background); + }
解锁 Unlock