diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-11 17:12:31 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-11 17:33:01 +0800 |
commit | 7968922f416146c87d5d6aa4f6e415603d210424 (patch) | |
tree | 8e86f35b4368bf55aa7f8ec77361d82faff78af2 /src/css | |
parent | c2acb9473d4a19e7ad843ae026d762bf7a5d92e5 (diff) |
feat: update tutorial content for adding GeoLink
* add new module for hoding contents
* also add settings for linkify
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/css/style.css b/src/css/style.css index 6b0c16d..8bae1b8 100644 --- a/src/css/style.css +++ b/src/css/style.css | |||
@@ -91,7 +91,9 @@ a:hover { | |||
91 | 91 | ||
92 | code { | 92 | code { |
93 | display: inline-block; | 93 | display: inline-block; |
94 | padding: 0.3em; | 94 | padding-inline: 0.5em; |
95 | |||
96 | border-radius: 5px; | ||
95 | 97 | ||
96 | background-color: whitesmoke; | 98 | background-color: whitesmoke; |
97 | 99 | ||