diff options
| author | Paul-Christian Volkmer | 2024-05-08 13:08:15 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-05-08 13:08:15 +0200 |
| commit | 86bee9e2cf5c97d1339d2cde59b3361e88973a7d (patch) | |
| tree | 076992bcba2d74347f7020780ec0d53b63b416af /src/main/resources/static/style.css | |
| parent | f419acb924b30ff73d672475c6f726c8c6e92c3b (diff) | |
feat: show info if no requests present
Diffstat (limited to 'src/main/resources/static/style.css')
| -rw-r--r-- | src/main/resources/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index f6a916e..892b020 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -619,6 +619,10 @@ input.inline:focus-visible { text-align: center; } +.notification.info { + color: var(--bg-blue); +} + .notification.success { color: var(--bg-green); } |
