From 4a614bec65d78c447dc65928d9b20e0ab269507b Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Fri, 17 Dec 2021 22:45:35 -0600 Subject: [PATCH] Change code UI --- resources/content-description.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/resources/content-description.scss b/resources/content-description.scss index 13326d8..d2ff6f5 100644 --- a/resources/content-description.scss +++ b/resources/content-description.scss @@ -107,9 +107,9 @@ white-space: pre-wrap; word-wrap: break-word; margin: 1.5em 0 1.5em 0; - padding: 0.5em; - padding-right: 0; - background-color: hsla(0,0%,92.5%,.5); + padding: 1em; + border: 1px solid $border_gray; + background-color: #f8f8f8; color: black; border-radius: $widget_border_radius; } @@ -185,6 +185,12 @@ } .codehilitetable { + pre { + padding: 0.5em; + padding-right: 0; + background-color: hsla(0,0%,92.5%,.5); + } + .linenos { width: 4%; @@ -192,6 +198,7 @@ color: rgba(0,0,0,.26); background-color: rgba(0,0,0,.07); width: 100%; + border-right: 0; span { margin-left: 0.4em;