Styling added to game cards in live scoreboard

This commit is contained in:
Lucas Patenaude
2024-04-09 23:49:45 -06:00
parent 34cc213b79
commit a1c319083a
6 changed files with 26 additions and 27 deletions

View File

@@ -1,3 +1,9 @@
/* Add logo font face */
@font-face {
font-family: 'Scottsdale-Italic';
src: url('../fonts/Scottsdale-Italic.ttf') format('truetype');
}
#navigation-bar-container {
background-color: hsl(0, 98%, 40%);
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
@@ -13,11 +19,6 @@
z-index: 1000; /* Adjust as needed */
}
@font-face {
font-family: 'Scottsdale-Italic';
src: url('../fonts/Scottsdale-Italic.ttf') format('truetype');
}
#logo {
color: white;
text-decoration: none;