diff --git a/src/main/resources/META-INF/resources/static/css/app.css b/src/main/resources/META-INF/resources/static/css/app.css
index 0dab478..4485bdb 100644
--- a/src/main/resources/META-INF/resources/static/css/app.css
+++ b/src/main/resources/META-INF/resources/static/css/app.css
@@ -577,7 +577,10 @@ header {
border-radius: 3px;
background: var(--pico-muted-border-color);
color: var(--pico-muted-color);
- font-weight: 500;
+ font-weight: 600;
+ font-family: monospace;
+ letter-spacing: 0.3px;
+ cursor: help;
}
/* ============================================
diff --git a/src/main/resources/templates/PageResource/historial.html b/src/main/resources/templates/PageResource/historial.html
index 0e0fc54..17c5ae6 100644
--- a/src/main/resources/templates/PageResource/historial.html
+++ b/src/main/resources/templates/PageResource/historial.html
@@ -180,7 +180,7 @@