diff options
author | dan <[email protected]> | 2023-03-10 21:03:01 -0500 |
---|---|---|
committer | dan <[email protected]> | 2023-03-10 21:03:01 -0500 |
commit | 7698a174d89cd9ff814c55a456b3444df9e439cd (patch) | |
tree | 16ef89b16a47e7631c15104540b555848150ad4f /style.css | |
parent | 8aedffe9286e895b4fdc3e8894cf9112b22f72c0 (diff) | |
download | 54-7698a174d89cd9ff814c55a456b3444df9e439cd.tar.gz 54-7698a174d89cd9ff814c55a456b3444df9e439cd.tar.bz2 54-7698a174d89cd9ff814c55a456b3444df9e439cd.zip |
feat: links in content display as clickable links
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -195,3 +195,16 @@ textarea { width: 100%; } } + +.content-container { + min-height:0.5em; + white-space:pre-wrap; +} + +.content-link { + display: inline-block; +} + +.content-text { + display: inline-block; +} |