Skip to content

Commit

Permalink
more color box fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanaMW committed Dec 15, 2023
1 parent 1a20223 commit 65162a2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 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.3
@version 0.0.4
@author Dana L. Meli-Wischman
@description Dark Style.
@homepageURL https://DanaMW.github.io
Expand Down Expand Up @@ -61,15 +61,11 @@
color: var(--TwitterBlue) !important;
}

h2 {
color: var(--MyB) !important;
text-shadow: 1px 1px var(--MyB) !important;
}

small {
color: var(--TwitterPink) !important;
}

h2,
h3,
h4,
h5,
Expand Down Expand Up @@ -143,6 +139,7 @@
background-image: radial-gradient(ellipse farthest-corner at center bottom, var(--Myred1) 0%, transparent 99%), linear-gradient(180deg, hsla(0, 0%, 66%, .5) 48%, rgba(0, 0, 0, .4) 49%, rgba(0, 0, 0, .8) 100%, hsla(0, 0%, 66%, .2)) !important;
}

.bottom-container,
.chat-container.desktop {
background-color: var(--Mygray1) !important;
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;
Expand Down

0 comments on commit 65162a2

Please sign in to comment.