aboutsummaryrefslogtreecommitdiff
path: root/app.css
blob: 08cdbc5e29e4e2d8247013e58d26bf85f439eb91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * EchoClip, a web tool to record and play back audio clips.
 * Copyright 2024 Euxane TRAN-GIRARD
 * SPDX-License-Identifier: EUPL-1.2
 */

#error {
  color: red;
}

#recording-indicator.active {
  color: red;
}