aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Flat/flat.css
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/Flat/flat.css
parent4f29b715efee506a1204d2a62548071486fb3410 (diff)
improved: Default styles for pre and code (#6770)
* set frss.css * clean base.css * themes
Diffstat (limited to 'p/themes/Flat/flat.css')
-rw-r--r--p/themes/Flat/flat.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index f668e5bd6..0beb474cf 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -757,20 +757,15 @@ th {
}
.content pre {
- margin: 10px auto;
- padding: 10px 20px;
- overflow: auto;
background: #222;
color: #fff;
- font-size: 0.9rem;
border-radius: 3px;
}
.content code {
- padding: 2px 5px;
background: #fafafa;
color: #d14;
- border: 1px solid #eee;
+ border-color: #eee;
border-radius: 3px;
}