File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
color : white; /* Default text color */
19
19
}
20
20
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 */
22
22
padding : 2em ;
23
- border-radius : 10 px ;
23
+ border-radius : 8 px ;
24
24
max-width : 800px ;
25
- text-align : center ;
25
+ text-align : right ;
26
26
}
27
27
p , blockquote {
28
28
margin : 0 ;
29
- padding : 8 px ;
29
+ padding : 5 px ;
30
30
}
31
31
blockquote , .audio-filename {
32
32
font-size : 1.1em ;
42
42
background-color : rgba (0 , 0 , 0 , 0.5 ); /* Match the background color of the text */
43
43
color : white; /* Match the text color */
44
44
border : none; /* Remove default border */
45
- border-radius : 5 px ; /* Add rounded corners */
45
+ border-radius : 2 px ; /* Add rounded corners */
46
46
}
47
47
.audio-filename {
48
- text-align : center ;
49
- margin-top : 10 px ;
48
+ text-align : right ;
49
+ margin-top : 5 px ;
50
50
color : white;
51
51
}
52
52
</ style >
You can’t perform that action at this time.
0 commit comments