Skip to content

Commit

Permalink
little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanaMW committed Dec 15, 2023
1 parent a54c015 commit 1a20223
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/scripts/BardDark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Bard Dark
@namespace http://danamw.github.io/scripts/scripts/BardDark.user.css
@updateURL https://raw.githubusercontent.com/danamw/danamw.github.io/master/scripts/scripts/BardDark.user.css
@version 0.0.2
@version 0.0.3
@author Dana L. Meli-Wischman
@description Dark Style.
@homepageURL https://DanaMW.github.io
Expand Down Expand Up @@ -148,7 +148,9 @@
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(41, 41, 41, 0.9), rgba(75, 75, 75, 0.9) 100%, transparent) !important;
}

.stock {
[class*="legal"],
div[role="menu"],
[class*="co-creation-header gmat-caption ng-star-inserted"] {
background-color: var(--Myred3) !important;
background-image: linear-gradient(to top, rgba(65, 21, 21, 0.8), rgba(97, 22, 22, 0.8), rgba(189, 38, 38, 0.8) 100%, transparent) !important;
}
Expand Down Expand Up @@ -191,6 +193,7 @@
color: var(--MyW) !important;
}
*/

.window-container.desktop {
background-color: var(--Mygray2) !important;
}
Expand Down

0 comments on commit 1a20223

Please sign in to comment.