From 4d5eb75b6365d7651198d295fea7d58cdfaf0517 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 14 Jan 2018 01:50:11 -0500 Subject: [PATCH] Added hyperlinks and --- site/layouts/index.html | 32 +++++++++++++-------------- src/scss/yuzu/yuzu_after_derived.scss | 2 ++ 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/site/layouts/index.html b/site/layouts/index.html index 13e3db24..9d9b786b 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -48,21 +48,21 @@

About

- yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later - version). yuzu has been designed with portability in mind, with builds available for Windows, Linux, - and macOS. The project was started in spring of 2017 by bunnei, one of the original authors of the popular - Citra 3DS emulator, to experiment with and research the Nintendo Switch. Due to the similarities between - Switch and 3DS, yuzu was developed as a fork of Citra. This means that it uses the same project architecture, - and both emulators benefit from shared improvements. During the early months of development, work was - done in private, and progress was slow. However, as Switch reverse-engineering and homebrew development - became popular, work on yuzu began to take off as well. -

- -

- In January of 2018, the yuzu team was formed out of several Citra developers, and the decision was made to release the project - publicly. As an emulator, yuzu is in its infancy, and is only currently useful for Switch reverse-engineering - and homebrew development. -

+ yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later + version). yuzu has been designed with portability in mind, with builds available for Windows, Linux, + and macOS. The project was started in spring of 2017 by bunnei, one of the original authors of the popular + Citra 3DS emulator, to experiment with and research the Nintendo Switch. Due to the similarities between + Switch and 3DS, yuzu was developed as a fork of Citra. This means that it uses the same project architecture, + and both emulators benefit from shared improvements. During the early months of development, work was + done in private, and progress was slow. However, as Switch reverse-engineering and homebrew development + became popular, work on yuzu began to take off as well. +

+ +

+ In January of 2018, the yuzu team was formed out of several Citra developers, and the decision was made to release the project + publicly. As an emulator, yuzu is in its infancy, and is only currently useful for Switch reverse-engineering + and homebrew development. +

@@ -96,7 +96,7 @@

Where does the name come from?

- Citrus junos, or yuzu (from Japanese ユズ), is a citrus fruit, most commonly used in Asian cuisines. This name was chosen as + Citrus junos, or yuzu (from Japanese ユズ), is a citrus fruit, most commonly used in Asian cuisines. This name was chosen as an homage to Citra and its developers, whose work gave the foundation for this project.
diff --git a/src/scss/yuzu/yuzu_after_derived.scss b/src/scss/yuzu/yuzu_after_derived.scss index 3774d248..cbb0255b 100644 --- a/src/scss/yuzu/yuzu_after_derived.scss +++ b/src/scss/yuzu/yuzu_after_derived.scss @@ -13,5 +13,7 @@ $text: $white; $text-light: $white; $text-strong: $white; +$link: #03a9f4; + $title-color: $white; $subtitle-color: $white; \ No newline at end of file