aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-09-06 08:59:22 +0200
committerGravatar GitHub <noreply@github.com> 2024-09-06 08:59:22 +0200
commit8f7c3473a76809efc88814253722c76f0cc8eb04 (patch)
tree62d782f481ff0a62e35905ad05f99f2fb76bb822 /p/themes/Ansum
parent4f29b715efee506a1204d2a62548071486fb3410 (diff)
improved: Default styles for pre and code (#6770)
* set frss.css * clean base.css * themes
Diffstat (limited to 'p/themes/Ansum')
-rw-r--r--p/themes/Ansum/_layout.scss7
1 files changed, 1 insertions, 6 deletions
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;
}