This commit is contained in:
Hadi
2024-06-03 20:18:30 +02:00
parent 0f98d762a2
commit 98556f202e
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;
}
'';
};