Skip to content

Commit

Permalink
🐞fix: suggestions panel with user themes
Browse files Browse the repository at this point in the history
Issue: close #48
  • Loading branch information
davidsmorais committed Jul 27, 2022
1 parent cc377dd commit 50d0cb1
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/style/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ html.list-colors body .color-skyblue .icon svg {
fill: var(--skyblue) !important;
}

/* Body */
/* * Body * */
body {
background-color: var(--bg-primary) !important;
}
Expand Down Expand Up @@ -90,7 +90,7 @@ html.side-bar-hidden #container.leftColumn-overlaid #app {
padding-left: 0px !important;
}
}
/* Sidebar */
/* * Sidebar * */

.listItem,
.listItem-container.active .emoji.medium {
Expand All @@ -109,7 +109,7 @@ html.side-bar-hidden #container.leftColumn-overlaid #app {
color: var(--font-color-secondary);
}

/* Main Container */
/* * Main Container * */
.backgroundLines {
display: none;
}
Expand All @@ -121,7 +121,7 @@ html.side-bar-hidden #container.leftColumn-overlaid #app {
background-color: transparent !important;
}

/* Modals */
/* * Modals * */
.modal .modal-content {
color: var(--font-color-primary) !important;
}
Expand Down Expand Up @@ -149,7 +149,7 @@ html.side-bar-hidden #container.leftColumn-overlaid #app {
background: var(--bg-secondary);
color: var(--font-color-primary);
}
/* Settings Panel */
/* * Settings Panel * */
.sortable-lists li input {
color: var(--font-color-secondary) !important;
}
Expand All @@ -159,8 +159,14 @@ html.side-bar-hidden #container.leftColumn-overlaid #app {
.o365sx-neutral-dark-font {
color: var(--font-color-primary) !important;
}

/* Navbar & Search */
/* * Suggestions Panel * */
.ms-Panel-main {
background: var(--bg-tertiary) !important;
}
.details {
background: var(--bg-secondary) !important;
}
/* * Navbar & Search * */
#Region_3 {
display: none;
}
Expand Down

0 comments on commit 50d0cb1

Please sign in to comment.