diff options
author | pux <pux@pux.dom> | 2021-07-10 20:39:09 +0200 |
---|---|---|
committer | pux <pux@pux.dom> | 2021-07-10 20:39:09 +0200 |
commit | fd4a399597c1f97e6f14ad67ff2e4a3b9379e159 (patch) | |
tree | f1f9cbe257bae804e96cb4878321d048aea70cf6 | |
parent | 5676f916cc8816bb13bc893b3d7d2380c8de7805 (diff) | |
download | pub-docs-fd4a399597c1f97e6f14ad67ff2e4a3b9379e159.tar.gz pub-docs-fd4a399597c1f97e6f14ad67ff2e4a3b9379e159.tar.bz2 pub-docs-fd4a399597c1f97e6f14ad67ff2e4a3b9379e159.zip |
style for code block
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,3 +10,4 @@ a:visited {color: dodgerblue} a:hover {color: dodgerblue} a:active {color: dodgerblue} img {padding: 20px} +code {background-color: #555555; font-family: Courier New; font-size: smaller; background-clip: padding-box; border: 5px solid #ffffff; display: inline-block; margin: 0px;} |