Skip to content

Commit

Permalink
Profile editor style
Browse files Browse the repository at this point in the history
Added css elements for the profile editor window.
  • Loading branch information
mmiraldi committed Apr 29, 2019
1 parent dd3aa0a commit ed06a4f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions black.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit ed06a4f

Please sign in to comment.