Skip to content

Commit

Permalink
fix: contrast on staging warning link
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Jul 16, 2024
1 parent 4abd9b7 commit 4a982c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vue/src/vue-elements/main-page-panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -561,4 +561,10 @@
font-size: 13px;
line-height: 1.2em;
}
#staging-status a {
color: white;
font-weight: bold;
text-decoration: underline;
}
</style>

0 comments on commit 4a982c6

Please sign in to comment.