diff options
author | Fabio Berger <me@fabioberger.com> | 2018-10-15 18:22:00 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-10-15 18:22:00 +0800 |
commit | 3fbf9c4285c1caba2340298fadcaf03a5632fe7a (patch) | |
tree | 97254b865e01e4bc41de5f9a50f10ae5ef6221eb | |
parent | 9b1f765ced7cabe21aa9fe8ef1cd3d08dcf96202 (diff) | |
download | dexon-sol-tools-3fbf9c4285c1caba2340298fadcaf03a5632fe7a.tar dexon-sol-tools-3fbf9c4285c1caba2340298fadcaf03a5632fe7a.tar.gz dexon-sol-tools-3fbf9c4285c1caba2340298fadcaf03a5632fe7a.tar.bz2 dexon-sol-tools-3fbf9c4285c1caba2340298fadcaf03a5632fe7a.tar.lz dexon-sol-tools-3fbf9c4285c1caba2340298fadcaf03a5632fe7a.tar.xz dexon-sol-tools-3fbf9c4285c1caba2340298fadcaf03a5632fe7a.tar.zst dexon-sol-tools-3fbf9c4285c1caba2340298fadcaf03a5632fe7a.zip |
chore: round border of code snippets
-rw-r--r-- | packages/website/less/all.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/less/all.less b/packages/website/less/all.less index c62db0d20..c8dd16fd3 100644 --- a/packages/website/less/all.less +++ b/packages/website/less/all.less @@ -83,6 +83,7 @@ a { code { border: 1px solid #e3eefe; + border-radius: 4px; font-family: 'Roboto Mono'; background-color: #f2f6ff !important; // lightBlue } |