Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +3 -0
templates/index.html
CHANGED
@@ -161,6 +161,9 @@
|
|
161 |
box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.8);
|
162 |
|
163 |
}
|
|
|
|
|
|
|
164 |
</style>
|
165 |
</head>
|
166 |
<body>
|
|
|
161 |
box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.8);
|
162 |
|
163 |
}
|
164 |
+
#audio-record-button.recording {
|
165 |
+
background-color: #f44336;
|
166 |
+
}
|
167 |
</style>
|
168 |
</head>
|
169 |
<body>
|