1
0
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:
2025-04-21 17:12:54 -04:00
parent 44fb5388b4
commit 3e4317dbc5
15 changed files with 565 additions and 88 deletions

View File

@@ -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;