Former-commit-id: 98556f202e
This commit is contained in:
Hadi
2024-06-03 20:18:30 +02:00
parent 62e0472698
commit cf6ed4a265
8 changed files with 61 additions and 66 deletions

View File

@@ -89,7 +89,7 @@
#input,
#entry:selected {
border-radius: ${toString (config.theme.rounding - 10)}px;
border-radius: ${toString config.theme.rounding}px;
}
'';
};