From 32d2171f9d630aba404d35a53a2b9a746205db16 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 28 Jun 2023 19:50:04 -0500 Subject: [PATCH] correct profile.css --- css/profile.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/css/profile.css b/css/profile.css index 69690f6..6d011db 100644 --- a/css/profile.css +++ b/css/profile.css @@ -1,9 +1,3 @@ -@import('tabbed-container.css'); - -body.profile { - font-style: Pixio; -} - body.profile .page-container { margin-left: auto; margin-right: auto; max-width: 800px; @@ -12,11 +6,17 @@ body.profile .page-container { padding: 2px; } -body.profile .page-container .header-table td.tag .userlink { +body.profile .page-container .header-table, +body.profile .page-container .tabbed-container .tablist, +div.button { + font-style: Pixio; image-rendering: crisp-edges; image-rendering: -moz-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: pixelated; +} + +body.profile .page-container .header-table td.tag .userlink { font-size: 24px; }