diff --git a/config.json b/config.json index 17fb7a8..17ac1bf 100644 --- a/config.json +++ b/config.json @@ -77,6 +77,7 @@ "Highlighting": "yellow", "highlighted": "yellow", "Forgejo": "orange", - "HTML": "orange" + "HTML": "orange", + "CSS": "rgb(50, 200, 255)" } } \ No newline at end of file diff --git a/static/faq/index.html b/static/faq/index.html index f47996d..a702ec5 100644 --- a/static/faq/index.html +++ b/static/faq/index.html @@ -27,7 +27,7 @@

Why are so many words colored?

I like the way it looks to have certain words be highlighted, makes it look fancier and easier to read (imo). So, when I remade this site, I went ahead and added an Automatic Word Highlighting System! This allows me have words automatically highlighted, on the server side, without having to do it in the code manually. E.G.

-

Godot Engine, Javascript, NodeJS, Starwalker, Violet, Asahi, Purgatory, and more :)

+

Godot Engine, Javascript, NodeJS, Forgejo, Violet, Asahi, CSS, and more :)

I thought the site doesn't use Javascript? So why is it there?

Originally, all my sites were completely Javascript free. As of late, though, I decided to add Javascript to this one. Javascript will NEVER be a requirement on this site. Javascript will ONLY be used where nessacary, and I will do everything possible to make the experience indistinguishable.

For example, things such as the song duration bar on my activities are pure HTML, using some mathy NodeJS-generated CSS animations! The only thing the site uses Javascript for right now, is setting the scroll to the top of the page on reload, and real time updating discord activities.