|
30 | 30 | --color-loading-dark: #444444; |
31 | 31 | --color-box-shadow-rgb: 77,77,77; |
32 | 32 | --color-box-shadow: rgba(var(--color-box-shadow-rgb), 0.5); |
33 | | - --color-border: #949494; |
34 | | - --color-border-dark: #808080; |
| 33 | + --color-border: #ededed; |
| 34 | + --color-border-dark: #dbdbdb; |
35 | 35 | --font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; |
36 | 36 | --default-font-size: 15px; |
37 | 37 | --animation-quick: 100ms; |
|
55 | 55 | --background-invert-if-bright: invert(100%); |
56 | 56 | --background-image-invert-if-bright: no; |
57 | 57 | --primary-invert-if-bright: no; |
58 | | - --color-primary: #006aa3; |
| 58 | + --color-primary: #00639a; |
59 | 59 | --color-primary-default: #0082c9; |
60 | 60 | --color-primary-text: #ffffff; |
61 | | - --color-primary-hover: #3287b5; |
62 | | - --color-primary-light: #e5f0f5; |
63 | | - --color-primary-light-text: #002a41; |
64 | | - --color-primary-light-hover: #dbe5ea; |
| 61 | + --color-primary-hover: #3282ae; |
| 62 | + --color-primary-light: #e5eff4; |
| 63 | + --color-primary-light-text: #00273d; |
| 64 | + --color-primary-light-hover: #dbe4e9; |
65 | 65 | --color-primary-text-dark: #ededed; |
66 | | - --color-primary-element: #006aa3; |
| 66 | + --color-primary-element: #00639a; |
67 | 67 | --color-primary-element-default-hover: #329bd3; |
68 | 68 | --color-primary-element-text: #ffffff; |
69 | | - --color-primary-element-hover: #3287b5; |
70 | | - --color-primary-element-light: #e5f0f5; |
71 | | - --color-primary-element-light-text: #002a41; |
72 | | - --color-primary-element-light-hover: #dbe5ea; |
| 69 | + --color-primary-element-hover: #3282ae; |
| 70 | + --color-primary-element-light: #e5eff4; |
| 71 | + --color-primary-element-light-text: #00273d; |
| 72 | + --color-primary-element-light-hover: #dbe4e9; |
73 | 73 | --color-primary-element-text-dark: #ededed; |
74 | 74 | --gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%); |
75 | 75 | --image-background-default: url('/apps/theming/img/background/kamil-porembinski-clouds.jpg'); |
|
0 commit comments