<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/themes/Dark, branch custom</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=custom</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=custom'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2025-11-04T11:49:21+00:00</updated>
<entry>
<title>Better transitions between groups of articles (#8174)</title>
<updated>2025-11-04T11:49:21+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-11-04T11:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b6c63d223931382aae84dc6d394cdd1bb58121bc'/>
<id>urn:sha1:b6c63d223931382aae84dc6d394cdd1bb58121bc</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/issues/7520
fix https://github.com/FreshRSS/FreshRSS/issues/8168
fix https://github.com/FreshRSS/FreshRSS/discussions/8172
</content>
</entry>
<entry>
<title>Avoid styling `&lt;code&gt;` inside of `&lt;pre&gt;` (#7797)</title>
<updated>2025-08-08T08:50:27+00:00</updated>
<author>
<name>James Frost</name>
<email>git@frost.cx</email>
</author>
<published>2025-08-08T08:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d1f2e0f6be3de13a36754bb735182e8aad1ebc5f'/>
<id>urn:sha1:d1f2e0f6be3de13a36754bb735182e8aad1ebc5f</id>
<content type='text'>
* Remove background from &lt;code&gt; inside &lt;pre&gt;

This caused an ugly effect where each line has a seperate background to
the whole pre block.

Fixes #7796

* Add James Frost to CREDITS.md</content>
</entry>
<entry>
<title>Implement loading spinner for marking as favorite/read, read/unread (#7564)</title>
<updated>2025-05-10T19:06:58+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-05-10T19:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=84d4aeb9e613a70b53d87c62d07bb4c4635290c3'/>
<id>urn:sha1:84d4aeb9e613a70b53d87c62d07bb4c4635290c3</id>
<content type='text'>
* Implement loading spinner for marking as favorite

* Ensure that the correct previous icon gets set

* Remove delay

* Improve compatibility with various parsers

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Support multiple icons (top, bottom)

* Remove preload for now

* Fix CSS, remove !important

* Implement read/unread and alt

* Ensure correct bookmark icon gets set after error

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Themes fix CSS .as-link (#7526)</title>
<updated>2025-04-27T20:30:52+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-04-27T20:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9374b7745f92f8f4b0cfc94163d4df9845a1d15c'/>
<id>urn:sha1:9374b7745f92f8f4b0cfc94163d4df9845a1d15c</id>
<content type='text'>
* Themes fix CSS .as-link
Add missing rules.
fix https://github.com/FreshRSS/FreshRSS/pull/7489#issuecomment-2781146577

* More fixes</content>
</entry>
<entry>
<title>Add :focus style to .dropdown-menu .item (#7491)</title>
<updated>2025-04-05T20:23:54+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2025-04-05T20:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=711a14fd9ccea0a5b3c68dfa20fc34e558823f40'/>
<id>urn:sha1:711a14fd9ccea0a5b3c68dfa20fc34e558823f40</id>
<content type='text'>
So you can see keyboard focus.

In reply to &lt;https://github.com/FreshRSS/FreshRSS/pull/7489#issuecomment-2774759046&gt;.</content>
</entry>
<entry>
<title>Improve notification banner (#7268)</title>
<updated>2025-01-31T12:58:57+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2025-01-31T12:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f72f5e95238a866c39535932c803720d7644a276'/>
<id>urn:sha1:f72f5e95238a866c39535932c803720d7644a276</id>
<content type='text'>
* a -&gt; button

* i18n: Close

* a.close -&gt; .close

* themes

* Apply suggestions from code review

Co-authored-by: UserRoot-Luca &lt;55756898+UserRoot-Luca@users.noreply.github.com&gt;
Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update app/i18n/fr/gen.php

---------

Co-authored-by: UserRoot-Luca &lt;55756898+UserRoot-Luca@users.noreply.github.com&gt;
Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>new: reader view: footer has manage icons (#7133)</title>
<updated>2024-12-26T18:05:18+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-12-26T18:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1d10b3697d5fa04415d36059d5e04ad71aae0b78'/>
<id>urn:sha1:1d10b3697d5fa04415d36059d5e04ad71aae0b78</id>
<content type='text'>
* add footer

* rename content thin medium large class

* rework css

* footer improved</content>
</entry>
<entry>
<title>improved: Default styles for pre and code  (#6770)</title>
<updated>2024-09-06T06:59:22+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-09-06T06:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8f7c3473a76809efc88814253722c76f0cc8eb04'/>
<id>urn:sha1:8f7c3473a76809efc88814253722c76f0cc8eb04</id>
<content type='text'>
* set frss.css

* clean base.css

* themes</content>
</entry>
<entry>
<title>Sticky buttons (#6304)</title>
<updated>2024-06-12T19:45:16+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-06-12T19:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=35ee123dda654facadf82037675c21ca215d7fec'/>
<id>urn:sha1:35ee123dda654facadf82037675c21ca215d7fec</id>
<content type='text'>
* make it sticky

* Origine theme

* fix

* config option

* i18n

* CSS

* fix category config

* some themes and some fixes

* grey behind the buttons

* more themes

* Revert "config option"

This reverts commit b81ae15030979ebfcfdce070ce8b36c4b9444155.

* Revert "CSS"

This reverts commit a0f4f769f17298f10cc2279c57c0688d47844d83.

* css

* revert i18n</content>
</entry>
<entry>
<title>Improved: side navigation headlines (#6445)</title>
<updated>2024-05-11T21:42:34+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-05-11T21:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3b953d759b18acaadf74f8a33aa7efa8a7169de9'/>
<id>urn:sha1:3b953d759b18acaadf74f8a33aa7efa8a7169de9</id>
<content type='text'>
* frss.css

* delete border-bottom from dark, origine, pafat

* margin/padding bottom deleted

* better CSS

* Nord theme: similar padding for feed navigation bar (#6429)</content>
</entry>
</feed>
