mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 10:17:41 -07:00
Fix color & show error message
This commit is contained in:
@ -243,4 +243,49 @@ tbody strong {
|
||||
.footer-content a:hover {
|
||||
color: rgb(150, 150, 150);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.steam-app-footer-button a {
|
||||
color: #D2E885 !important;
|
||||
}
|
||||
|
||||
.steam-app-footer-button a:hover {
|
||||
color: rgb(250, 250, 250) !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.steam-group-info-footer-action a {
|
||||
color: #D2E885 !important;
|
||||
}
|
||||
|
||||
.steam-group-info-footer-action a:hover {
|
||||
color: rgb(250, 250, 250) !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.steam-server-action a {
|
||||
color: #D2E885 !important;
|
||||
}
|
||||
|
||||
.steam-server-action a:hover {
|
||||
color: rgb(250, 250, 250) !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.steam-user-infos-right-view a {
|
||||
color: #D2E885 !important;
|
||||
}
|
||||
|
||||
.steam-user-infos-right-view a:hover {
|
||||
color: rgb(250, 250, 250) !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.steam-workshop-info-footer-action a {
|
||||
color: #D2E885 !important;
|
||||
}
|
||||
|
||||
.steam-workshop-info-footer-action a:hover {
|
||||
color: rgb(250, 250, 250) !important;
|
||||
text-decoration: none !important;
|
||||
}
|
Reference in New Issue
Block a user