diff --git a/index.html b/index.html index b3897b8..4ae85f6 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,7 @@ diff --git a/nin64.html b/nin64.html index 45ffb2c..711a350 100644 --- a/nin64.html +++ b/nin64.html @@ -28,6 +28,7 @@

Nin64

Nintendo 64 emulator for Android

Coming soon
+

Testers needed — izzynochill@gmail.com Email

Nin64 is a Nintendo 64 emulator for Android powered by the Mupen64Plus-Next libretro core with GLideN64 hardware rendering.

diff --git a/style.css b/style.css index 43c1037..df19fcc 100644 --- a/style.css +++ b/style.css @@ -256,6 +256,21 @@ body { 0 0 20px rgba(255, 42, 157, 0.4); } +.featured-testers { + margin: 4px 0 0; + font-size: 12px; + color: #aaa; +} + +.featured-testers a { + color: #00e3ff; + text-decoration: none; +} + +.featured-testers a:hover { + text-decoration: underline; +} + .email-cta { display: inline-flex; align-items: center; @@ -330,7 +345,7 @@ body { .project-page .coming-soon { display: inline-block; padding: 6px 12px; - margin: 0 auto 28px; + margin: 0 auto 12px; border-radius: 999px; border: 1px solid rgba(0, 227, 255, 0.5); background: rgba(0, 227, 255, 0.08); @@ -341,6 +356,21 @@ body { text-transform: uppercase; } +.project-page .testers-needed { + margin: 0 auto 28px; + font-size: 13px; + color: #aaa; +} + +.project-page .testers-needed a { + color: #00e3ff; + text-decoration: none; +} + +.project-page .testers-needed a:hover { + text-decoration: underline; +} + .project-card h3 { margin: 0; font-size: 16px;