Finished Global CSS Draft. Fine Optimation for all apps still needed. But overall happy with the result

This commit is contained in:
2025-02-07 20:09:08 +01:00
parent bebcdfd2da
commit 769b43ce07
2 changed files with 66 additions and 43 deletions

View File

@@ -29,5 +29,13 @@ global_theming:
# Shadows & borders (unchanged)
shadow: "rgba(0, 0, 0, 0.1)"
border: "#DDDDDD"
# New settings for cards and buttons:
# Cards: a slightly lighter tone than the background for subtle differentiation
card_bg_color: "#E6EFF9"
# Buttons: a background that is only a bit darker than the main background and in a blue tone
button_bg_color: "#C6D7E6"
# Bold, larger shadow for containers (cards, dropdowns, etc.)
large_shadow: "4px 4px 15px rgba(0, 0, 0, 0.2)"
# Reduced shadow for buttons
small_shadow: "1px 1px 3px rgba(0, 0, 0, 0.1)"
global_theming_enabled: true