aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Petra Lamborn <oleumpetra@gmail.com> 2020-06-13 10:22:14 +1200
committerGravatar GitHub <noreply@github.com> 2020-06-13 00:22:14 +0200
commit7a748e25ab7187bba53decd2f41bd7b6383440f3 (patch)
treee644d48e21eed3cade30cf442c71d3c6cf8883dd /p
parente6105fdf61606234aad504e71ea33fa059831093 (diff)
Fix inline code tag contrast in ansum.css (#3050)
* Remove line from ansum.css, fixing contrast As with #3047 #3048, current behavior produces very pale-on-white text in inline code tags * Update CREDITS.md #3048 and related
Diffstat (limited to 'p')
-rw-r--r--p/themes/Ansum/ansum.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index 244ab6dea..92457f4e2 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -1099,7 +1099,6 @@ form th {
.content code, .content.thin code {
padding: 2px 5px;
background: #fcfaf8;
- color: #f5f0ec;
border: 1px solid #f5f0ec;
border-radius: 3px;
}