From 7b79cf9032e9579a73c91d784faf04cc78a2c892 Mon Sep 17 00:00:00 2001 From: hanez Date: Sat, 11 Apr 2026 03:39:16 +0200 Subject: [PATCH] .Fixes No code changes. (0.40.5) --- web/about/about.md | 5 ++--- web/css/main.scss | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/web/about/about.md b/web/about/about.md index a66f6a1..b6de07f 100644 --- a/web/about/about.md +++ b/web/about/about.md @@ -73,7 +73,7 @@ Fun is not about being the fastest or the most feature-rich. It’s about sharin Like the name says: Fun Unites Nerds. -Please visit the [Fun Community Page](https://fun-lang.xyz/community/){:class="git"} to get in touch. +Use the [Fun Community Page](../community/) to get in touch. ## The Goal @@ -116,9 +116,8 @@ See [https://git.xw3.org/fun/fun/src/branch/main/lib](https://git.xw3.org/fun/fu Note: Not all of the above features will be implemented. Those who are marked "Done" will probably remain in Fun, but I don't know actually... ;) -There are some libs written in Fun available in the [./lib/](https://git.xw3.org/fun/fun/src/branch/main/lib){:class="ext"} diretory. In the future most Fun enhancements should be written in Fun itself. +There are some libs written in Fun available in the [https://git.xw3.org/fun/fun/src/branch/main/lib/](https://git.xw3.org/fun/fun/src/branch/main/lib){:class="git"} diretory. In the future most Fun enhancements should be written in Fun itself. ## Code - [https://git.xw3.org/fun/fun/](https://git.xw3.org/fun/fun/){:class="git"} - diff --git a/web/css/main.scss b/web/css/main.scss index 22441cd..c190332 100644 --- a/web/css/main.scss +++ b/web/css/main.scss @@ -15,7 +15,7 @@ $background-color: #565656; $headline-color: #bc6c21; //#b40000; $hover-color: #bc6c21; $topbutton-color: $headline-color; -$brand-color: #3d0e51; +$brand-color: #6d0076; $brand-color-light: lighten($brand-color, 40%); $grey-color: #828282; $grey-color-light: #e8e8e8;