From f10546a60fce9439c3f3e6e726b11c2deb7cbdb2 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 31 Jul 2023 14:50:32 +0100 Subject: Tweak UI elements --- code/ui/character/LookingAtInfo.razor | 9 +++------ code/ui/character/NameInfo.razor | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'code/ui/character') diff --git a/code/ui/character/LookingAtInfo.razor b/code/ui/character/LookingAtInfo.razor index dceb627..ab43527 100644 --- a/code/ui/character/LookingAtInfo.razor +++ b/code/ui/character/LookingAtInfo.razor @@ -18,14 +18,11 @@ lookingatinfo { flex-direction: column; } .box { - backdrop-filter-blur: 8px; - background-color: rgba(0, 0, 0, 0.10); - padding: 5px; - color: white; font-weight: 700; font-size: 20px; font-family: "Roboto"; margin-top: 100px; + text-shadow: 1px 1px 0 0 rgba(0,0,0,0.75); } .text { /* text-shadow: 1px 1px 0px 0px rgba(0,0,0,0.75); */ @@ -34,9 +31,9 @@ lookingatinfo { @if (GetLookingAtName() != "") { -
+ @GetLookingAtName() -
+ } @code diff --git a/code/ui/character/NameInfo.razor b/code/ui/character/NameInfo.razor index 8b6dce1..f0a7488 100644 --- a/code/ui/character/NameInfo.razor +++ b/code/ui/character/NameInfo.razor @@ -9,6 +9,7 @@ font-size: 30px; font-weight: 700; font-family: "Roboto"; + text-shadow: 1px 1px 0 0 rgba(0,0,0,0.75); } -- cgit v1.2.3-70-g09d2