Przeglądaj źródła

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
Petra Lamborn 5 lat temu
rodzic
commit
7a748e25ab
2 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 0
      CREDITS.md
  2. 0 1
      p/themes/Ansum/ansum.css

+ 1 - 0
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/)

+ 0 - 1
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;
 }