From 3589e3dc534a5308e7ee99705da907f830c93796 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 28 Jun 2023 19:57:00 -0500 Subject: [PATCH] implement imports in profile.css --- css/profile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/profile.css b/css/profile.css index 6d011db..127ec6e 100644 --- a/css/profile.css +++ b/css/profile.css @@ -1,3 +1,7 @@ +@import url('css/theme.css'); +@import url('css/buttons.css'); +@import url('css/tabbed-container.css'); + body.profile .page-container { margin-left: auto; margin-right: auto; max-width: 800px;