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;
|
--card-bg: #2a2a2a;
|
||||||
--border-color: #333;
|
--border-color: #333;
|
||||||
--text-color: #ffffff;
|
--text-color: #ffffff;
|
||||||
|
--font-family: 'JetBrains Mono', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
@ -149,7 +150,7 @@ def musicstatus():
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</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">
|
<div class="container">
|
||||||
<h1>🎵 Music Status</h1>
|
<h1>🎵 Music Status</h1>
|
||||||
<a href="/index.html" class="play-button">← Main Page</a>
|
<a href="/index.html" class="play-button">← Main Page</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue