Improve frontend traslations 2

This commit is contained in:
Urtzi Alfaro
2025-11-19 07:46:40 +01:00
parent bbf6658759
commit 1f6a679557
14 changed files with 1068 additions and 262 deletions

View File

@@ -2,6 +2,13 @@
* Component styles for reusable UI components
*/
/* Fix for no-underline utility - override global a:hover rule */
.no-underline,
.no-underline:hover,
.no-underline:focus {
text-decoration: none !important;
}
/* Custom Utility Classes for CSS Variables */
/* Background Color Utilities */