Skip to content

Commit

Permalink
Fix forum colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rgantzos committed Aug 5, 2023
1 parent 4b96799 commit ff34f25
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions features/original-colors/scratch-www.css
Original file line number Diff line number Diff line change
Expand Up @@ -508,4 +508,18 @@ div.box.v-tabs > div.tabs-index li > a {

#topnav ul.account-nav .sign-in .popover .arrow {
border-bottom-color: #256185ff !important;
}

.blockpost .box-head {
background-color: #3397d9ff;
color: white;
}

.blockpost .box-head a {
color: white !important;
}

.blockpost div.box {
background-color: #3397d9ff;
border-top-color: #2d97ccff;
}

0 comments on commit ff34f25

Please sign in to comment.