From 8f7c3473a76809efc88814253722c76f0cc8eb04 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:59:22 +0200 Subject: improved: Default styles for pre and code (#6770) * set frss.css * clean base.css * themes --- p/themes/Ansum/_layout.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'p/themes/Ansum') diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss index 8ad5099be..89b6c9a2d 100644 --- a/p/themes/Ansum/_layout.scss +++ b/p/themes/Ansum/_layout.scss @@ -273,12 +273,8 @@ main.prompt { } pre { - margin: 10px auto; - padding: 10px 20px; - overflow: auto; background: variables.$main-first-darker; color: variables.$white; - font-size: 0.9rem; border-radius: 3px; code { @@ -289,9 +285,8 @@ main.prompt { } code { - padding: 2px 5px; background: variables.$grey-lighter; - border: 1px solid variables.$grey-light; + border-color: variables.$grey-light; border-radius: 3px; } -- cgit v1.2.3