diff options
Diffstat (limited to 'client/simple/src/less/info.less')
| -rw-r--r-- | client/simple/src/less/info.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/simple/src/less/info.less b/client/simple/src/less/info.less new file mode 100644 index 000000000..f354135d2 --- /dev/null +++ b/client/simple/src/less/info.less @@ -0,0 +1,10 @@ +.info-page { + code { + font-family: monospace; + .rounded-corners-tiny; + background-color: var(--color-doc-code-background); + color: var(--color-doc-code); + padding: 0.2rem; + border: 0 none; + } +} |