update names, layout and tooltip

This commit is contained in:
2024-12-10 16:08:22 +01:00
parent 4c5379e393
commit 93b7a33926
8 changed files with 35 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ a {
}
h1 {
font-size: 1.5em !important;
font-size: 1.4em !important;
font-weight: bold !important;
}

View File

@@ -17,4 +17,6 @@
--focus-ring-color: var(--p-focus-ring-color);
--focus-ring-offset: var(--p-focus-ring-offset);
--focus-ring-shadow: var(--p-focus-ring-shadow);
--p-tooltip-color: black !important;
--p-tooltip-background: white !important;
}