Skip to content

Commit

Permalink
use var color
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Nogueira <nogueiradeoliveira@gmail.com>
  • Loading branch information
hugouke authored and backportbot-libresign[bot] committed Jan 30, 2024
1 parent 0e37d78 commit 07da5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Request/VisibleElements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export default {
position: sticky;
top: 0;
z-index: 9;
background-color: #fff;
background-color: var(--color-main-background);
&__sidebar {
li {
margin: 3px 3px 1em 3px;
Expand Down

0 comments on commit 07da5ef

Please sign in to comment.