From ed06a4f9c807fb2f73fae6b0e057f303e7c90927 Mon Sep 17 00:00:00 2001 From: Matt Miraldi Date: Mon, 29 Apr 2019 10:10:47 -0700 Subject: [PATCH] Profile editor style Added css elements for the profile editor window. --- black.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/black.css b/black.css index 4f07e05..bdd45cf 100644 --- a/black.css +++ b/black.css @@ -46,6 +46,9 @@ body { background: var(--background); color: var(--text); } +strong { + color: var(--text-bright) !important; +} hr { border: 0; border-bottom: 1px solid var(--background-elevated); @@ -1256,6 +1259,18 @@ ts-jumper ts-jumper-container { .p-apps_browser__app--selected { background: var(--background-hover); } +.p-app_space { + background: var(--background-elevated); + color: var(--text); +} +.p-app_space__subheader { + color: var(--text-bright); +} +.p-app_space_profile__info, +.p-app_space_profile__screenshots, +.p-app_space_profile__slash_commands { + background: var(--background); +} /** menus **/ .c-menu_item__header {