Add footnote that theme is only in v0.9b

This commit is contained in:
Adam Iannazzone 2024-11-18 09:52:12 -05:00
parent ca0a515b40
commit 4c74b915fe
3 changed files with 6 additions and 1 deletions

View file

@ -93,8 +93,11 @@ footer {
color: white; color: white;
} }
p { p, small {
font-family: var(--body-font); font-family: var(--body-font);
}
p {
font-size: larger; font-size: larger;
} }

View file

@ -367,6 +367,8 @@
<h3>Custom ES-DE Theme</h3> <h3>Custom ES-DE Theme</h3>
<p>RetroDECK includes a custom ES-DE theme with pixel text and retro vibes. <p>RetroDECK includes a custom ES-DE theme with pixel text and retro vibes.
But you can choose any ES-DE theme in the settings menu.</p> But you can choose any ES-DE theme in the settings menu.</p>
<small>Available starting with v0.9b. You can find it in the <a href="https://github.com/RetroDECK/Cooker" target="_blank"
rel="noopener noreferrer">Cooker</a> builds!</small>
</div> </div>
</div> </div>