summaryrefslogtreecommitdiff
path: root/src/main/resources/static
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2025-04-04 13:59:51 +0200
committerGitHub2025-04-04 13:59:51 +0200
commit033750eb1015ebc4d1612858dff54496e64a3410 (patch)
treeca5e38bd8a38e8a90f46809354fe3c756a3a70f2 /src/main/resources/static
parentbefeef31539af73864a2ba21352d62faa5f76af9 (diff)
feat: show issue path if available in response body (#92)
Diffstat (limited to 'src/main/resources/static')
-rw-r--r--src/main/resources/static/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css
index c6a8c33..b6713d2 100644
--- a/src/main/resources/static/style.css
+++ b/src/main/resources/static/style.css
@@ -697,4 +697,14 @@ a.reload {
.no-token {
padding: 1em;
background: var(--bg-red-op);
+}
+
+.issue-message {
+ font-family: monospace;
+ font-weight: bolder;
+}
+
+.issue-path {
+ font-family: monospace;
+ line-height: 1rem;
} \ No newline at end of file