Fixed font on new website module
This commit is contained in:
parent
b72c87c93b
commit
b4012f0c4c
1 changed files with 2 additions and 1 deletions
|
@ -71,6 +71,7 @@ def musicstatus():
|
|||
--card-bg: #2a2a2a;
|
||||
--border-color: #333;
|
||||
--text-color: #ffffff;
|
||||
--font-family: 'JetBrains Mono', monospace;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
@ -149,7 +150,7 @@ def musicstatus():
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style="background-color: var(--bg-color); color: var(--text-color);">
|
||||
<body style="background-color: var(--bg-color); color: var(--text-color); font-family: var(--font-family);">
|
||||
<div class="container">
|
||||
<h1>🎵 Music Status</h1>
|
||||
<a href="/index.html" class="play-button">← Main Page</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue