mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-12 08:18:44 +00:00
Using action cable to send stats updates to the client and made a spectate page.
This commit is contained in:
@@ -65,6 +65,17 @@ table.smallText tr td { font-size: 10px; }
|
||||
text-align: center;
|
||||
/*padding-top: 15px;*/
|
||||
}
|
||||
|
||||
/* Style links within bout-number like default links */
|
||||
.bout-number a {
|
||||
color: #007bff; /* Or your preferred link color */
|
||||
text-decoration: underline;
|
||||
}
|
||||
.bout-number a:hover {
|
||||
color: #0056b3; /* Darker color on hover */
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.bracket-winner {
|
||||
border-bottom:1px solid #ddd;
|
||||
padding: 2px;
|
||||
|
||||
Reference in New Issue
Block a user