From 5146052f738dbb86d1d94c06c56392a7725ea373 Mon Sep 17 00:00:00 2001 From: lizbian Date: Sat, 12 Jun 2021 14:26:08 +0200 Subject: [PATCH] Added links --- bahnplan.web/Pages/Index.cshtml | 4 ++-- bahnplan.web/wwwroot/css/site.css | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/bahnplan.web/Pages/Index.cshtml b/bahnplan.web/Pages/Index.cshtml index f35a3ff..aa58f33 100644 --- a/bahnplan.web/Pages/Index.cshtml +++ b/bahnplan.web/Pages/Index.cshtml @@ -11,7 +11,7 @@
@if (HttpContext.Session.GetString("authorized") != "true") {

Welcome

-

Please log in to see your personal plan.

+

Please log in to see your personal plan.

} else {

@@ -87,7 +87,7 @@

-

Add trip from oeffisear.ch

+

Add trip from oeffisear.ch


diff --git a/bahnplan.web/wwwroot/css/site.css b/bahnplan.web/wwwroot/css/site.css index bd23dc1..fff0426 100644 --- a/bahnplan.web/wwwroot/css/site.css +++ b/bahnplan.web/wwwroot/css/site.css @@ -12,6 +12,17 @@ a { color: #0366d6; } +/* oeffisear.ch link */ +h3 a, h3 a:hover { + color: #212529; +} + +h3 a { + text-decoration: underline; + text-decoration-style: dotted; + text-decoration-thickness: 1.5pt; +} + .btn-primary { color: #fff; background-color: #1b6ec2;