Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
eepymeowers committed Jan 1, 2024
1 parent fa28448 commit 53f0495
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,25 @@ hr
margin-bottom: 8px;
}
}

#chrome-warning
{
background-color: red !important;
width: 100%;
color: white !important;
display: none;
text-align: center;
}

#chrome-warning a
{
color: turquoise;
}

#chrome-warning a:visited {
color: turquoise;
}

#chrome-warning a:hover {
color: turquoise;
}

0 comments on commit 53f0495

Please sign in to comment.