Skip to content

Commit

Permalink
fix: white FG for screen recording/sharing indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
neuromorph committed Oct 3, 2024
1 parent 90f1663 commit e665a18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openbar@neuromorph/stylesheets.js
Original file line number Diff line number Diff line change
Expand Up @@ -2072,6 +2072,7 @@ function getStylesheet(obar, Me) {
font-weight: bold;
background-color: rgba(${destructRed},${destructGreen},${destructBlue}, 0.8) !important;
box-shadow: none !important;
color: rgba(255,255,255,1.0) !important;
}
#panel${openbarClass} .panel-button.screen-sharing-indicator, #panel${openbarClass}:windowmax .panel-button.screen-sharing-indicator,
#panel${openbarClass} .screencast-indicator, #panel${openbarClass}:windowmax .screencast-indicator,
Expand All @@ -2080,6 +2081,7 @@ function getStylesheet(obar, Me) {
font-weight: bold;
background-color: rgba(${(destructRed+warningRed)/2},${(destructGreen+warningGreen)/2},${(destructBlue+warningBlue)/2}, 0.9) !important;
box-shadow: none !important;
color: rgba(255,255,255,1.0) !important;
}
#panel${openbarClass} .workspace-dot {
Expand Down

0 comments on commit e665a18

Please sign in to comment.