diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-22 18:04:28 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-22 18:04:28 +0200 |
| commit | 7d2faccd4f62e8ff6c2f6cc9b8b11d890a6ab974 (patch) | |
| tree | 3b4b281caa49a94d85283dcd22083c1f60bbf706 /src/components/status_body | |
| parent | 779b3dc1228030740ccfbd5192bcd368b526ce56 (diff) | |
fonts support, cleanup
Diffstat (limited to 'src/components/status_body')
| -rw-r--r-- | src/components/status_body/status_body.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index 930ed803..0a467b4f 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -1,5 +1,3 @@ -@import "../../variables"; - .StatusBody { display: flex; flex-direction: column; @@ -14,7 +12,6 @@ & .text, & .summary { - font-family: var(--postFont, sans-serif); white-space: pre-wrap; overflow-wrap: break-word; word-wrap: break-word; @@ -41,7 +38,7 @@ margin-bottom: 0.5em; border-style: solid; border-width: 0 0 1px; - border-color: var(--border, $fallback--border); + border-color: var(--border); flex-grow: 0; &.-tall { |
