From ea6412a7c1bf3ccf04b5496ef246c0961b3d8ccb Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 24 Dec 2023 00:12:19 -0300 Subject: [PATCH] frontend: style `` in markdown --- twenty-frontend/src/css/_tables.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/twenty-frontend/src/css/_tables.scss b/twenty-frontend/src/css/_tables.scss index 8098564..6784918 100644 --- a/twenty-frontend/src/css/_tables.scss +++ b/twenty-frontend/src/css/_tables.scss @@ -40,6 +40,9 @@ border: #cfcfc4 1px solid; .task.content { padding: 10px; + ul li { + line-height: 1.7em; + } h3,h4,h5 { &:first-child { margin: 0 0 5px 0; @@ -47,13 +50,13 @@ margin: 15px 0 5px 0; } code { - padding: 2px; + padding: 0px 5px 0px 5px; font-family: "Noto Sans Mono Regular"; - font-size: small; + font-size: smaller; font-weight: bold; - color: #F77379; + color: lighten(#FF0000, 25%); border-radius: 5px; - border: 1px solid $gray3; + border: 1px solid darken($gray3, 5%); background: $gray1; } }