From 17b10c61728e2654eae81d6a00c34b24449fd556 Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:14:08 -0400 Subject: [PATCH] Fix layout of buttons --- css/style.css | 20 ++++++++++++---- index.html | 66 +++++++++++++++++++++++++-------------------------- 2 files changed, 49 insertions(+), 37 deletions(-) diff --git a/css/style.css b/css/style.css index 15ad16e..ba8687a 100644 --- a/css/style.css +++ b/css/style.css @@ -40,10 +40,6 @@ nav i.bi { font-size: small; } -footer { - border-top: var(--rd-purple) solid 5px; -} - .nav-link:hover, .nav-link.show { background: var(--rd-purple); border: white solid 1px; @@ -62,6 +58,18 @@ a.dropdown-item:hover { background: var(--rd-blue); } +footer { + border-top: var(--rd-purple) solid 5px; +} + +#pixel-font-switch:checked { + background-color: #946beb; + border-color: white; +} +#pixel-font-switch { + border-color: #946beb; +} + /* Jumbotron Styles */ .jumbotron { background: linear-gradient(45deg, var(--rd-purple) 30%, var(--rd-blue)); @@ -79,6 +87,10 @@ a.dropdown-item:hover { font-size: larger; } +.jumbotron .btn:hover svg { + fill: white; +} + /* Link Styles */ .jumbotron p a, footer a, a.btn { color: var(--rd-purple); diff --git a/index.html b/index.html index 706f8e7..27d37e7 100644 --- a/index.html +++ b/index.html @@ -124,11 +124,18 @@
-
+

Your all-in-one emulation package for the Steam Deck

+

+ Powered by ES-DE, + RetroDECK combines all of the best open-source emulators into a single application. + Pair that with a best-in-class Steam Deck controller configuration, and you'll be in retro + gaming + paradise. +

@@ -137,10 +144,11 @@ href="https://flathub.org/apps/details/net.retrodeck.retrodeck">
- + Flathub
- Download on Flathub +
Get it on
+
Flathub
@@ -149,17 +157,6 @@
- -
-

- Powered by ES-DE, - RetroDECK combines all of the best open-source emulators into a single application. - Pair that with a best-in-class Steam Deck controller configuration, and you'll be in retro - gaming - paradise. -

-
-
@@ -191,32 +188,35 @@
-
+

We can't do this alone!

+

+ RetroDECK is run by volunteers. + If you appreciate our work, please consider code contribution or donating to us or our sibling projects. +

- + - +
- -
-

- RetroDECK is run by volunteers. - If you appreciate our work, please consider code contribution or donating to us or our sibling projects. -

-
-
@@ -228,18 +228,18 @@