Skip to content

Commit 541aba2

Browse files
authored
index.html
1 parent c572de6 commit 541aba2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

templates/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
color: white; /* Default text color */
1919
}
2020
main {
21-
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
21+
background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
2222
padding: 2em;
23-
border-radius: 10px;
23+
border-radius: 8px;
2424
max-width: 800px;
25-
text-align: center;
25+
text-align: right;
2626
}
2727
p, blockquote {
2828
margin: 0;
29-
padding: 8px;
29+
padding: 5px;
3030
}
3131
blockquote, .audio-filename {
3232
font-size: 1.1em;
@@ -42,11 +42,11 @@
4242
background-color: rgba(0, 0, 0, 0.5); /* Match the background color of the text */
4343
color: white; /* Match the text color */
4444
border: none; /* Remove default border */
45-
border-radius: 5px; /* Add rounded corners */
45+
border-radius: 2px; /* Add rounded corners */
4646
}
4747
.audio-filename {
48-
text-align: center;
49-
margin-top: 10px;
48+
text-align: right;
49+
margin-top: 5px;
5050
color: white;
5151
}
5252
</style>

0 commit comments

Comments
 (0)