aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--CREDITS.md1
-rw-r--r--p/themes/Ansum/ansum.css1
2 files changed, 1 insertions, 1 deletions
diff --git a/CREDITS.md b/CREDITS.md
index 5c9366de5..4c91d0526 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -77,6 +77,7 @@ People are sorted by name so please keep this order.
* [Paulius Ĺ ukys](https://github.com/psukys): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:psukys), [Web](http://sukys.eu)
* [perrinjerome](https://github.com/perrinjerome): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:perrinjerome)
* [Peter Stoinov](https://github.com/stoinov): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:stoinov), [Web](https://stoinov.com)
+* [Petra Lamborn](https://github.com/petraoleum): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:petraoleum), [Web](https://petras.space)
* [Pim Snel](https://github.com/mipmip): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is%3Apr+author%3Amipmip), [Web](https://www.pimsnel.com)
* [plopoyop](https://github.com/plopoyop): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=plopoyop)
* [Pofilo](https://github.com/Pofilo): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Pofilo), [Web](https://www.pofilo.fr/)
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;
}