diff --git a/wwwroot/index.md b/wwwroot/index.md index 444a23f..bfebbe7 100644 --- a/wwwroot/index.md +++ b/wwwroot/index.md @@ -25,13 +25,13 @@ description: The home page for TKMM, a tool for managing and merging Tears of th
@@ -51,16 +51,16 @@ Check out the [getting started](/docs/) page to download and use TKMM! If you wish to show your support for the project, please leave a star on the [GitHub repository](https://github.com/TKMM-Team/Tkmm). diff --git a/wwwroot/templates/custom/public/main.css b/wwwroot/templates/custom/public/main.css index dd13c79..2f80354 100644 --- a/wwwroot/templates/custom/public/main.css +++ b/wwwroot/templates/custom/public/main.css @@ -25,10 +25,14 @@ } a { - text-decoration: none; + text-decoration: underline; transition: color 0.3s; } +.plain { + text-decoration: none; +} + li { margin: 1.2vh 0; }