Skip to content

Commit f1cb7b9

Browse files
committed
1.6
1 parent 875d027 commit f1cb7b9

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ Download here: https://github.com/DarrianCZE/vamsys-v5-custom-css/releases
3939
- 1.4.2
4040
- Tweaked the brightness of the Alert Success
4141
- 1.5
42-
- Various tweaks in the Dark mode and Light mode, especially regarding the color brightness in the Dark mode.
42+
- Various tweaks in the Dark mode and Light mode, especially regarding the color brightness in the Dark mode.
43+
- 1.6
44+
- Various color fixes and tweaks
45+
- Added Card - Info styling

SW_Virtual_CSS_vAMSYS_v5.css

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SW Virtual CSS Config for vAMSYS v5
3-
Version: 1.5.1
3+
Version: 1.6
44
Author: Jan Podlipsky - jan.podlipsky@sw-virtual.eu
55
*/
66

@@ -41,13 +41,13 @@ Author: Jan Podlipsky - jan.podlipsky@sw-virtual.eu
4141
}
4242

4343
.alert.alert-success {
44-
color: rgb(255,255,255,0.9) !important;
44+
color: rgb(255,255,255) !important;
4545
background-color: rgba(var(--success)) !important;
4646
}
4747

4848
.alert.alert-danger {
4949
color: rgb(255,255,255) !important;
50-
background-color: rgba(var(--secondary-rgb),0.9) !important;
50+
background-color: rgba(var(--secondary-rgb)) !important;
5151
}
5252

5353
.alert.alert-warning {
@@ -119,11 +119,11 @@ Author: Jan Podlipsky - jan.podlipsky@sw-virtual.eu
119119
}
120120

121121
.btn-success:hover {
122-
background-color: rgba(var(--secondary-rgb), 0.9) !important;
122+
background-color: rgba(var(--secondary-rgb)) !important;
123123
}
124124

125125
.btn-info:hover {
126-
background-color: rgba(var(--secondary-rgb), 0.9) !important;
126+
background-color: rgba(var(--secondary-rgb)) !important;
127127
}
128128

129129
.fi-section-header-heading {
@@ -172,7 +172,7 @@ Author: Jan Podlipsky - jan.podlipsky@sw-virtual.eu
172172
}
173173

174174
.ring-custom-600\/10 {
175-
background-color: rgba(var(--secondary-rgb),0.9) !important;
175+
background-color: rgba(var(--secondary-rgb)) !important;
176176
color: rgb(255,255,255) !important;
177177
}
178178

@@ -234,6 +234,13 @@ span {
234234
color: rgb(var(--primary),0.9) !important;
235235
}
236236

237+
.card.card-info {
238+
color: rgb(255,255,255) !important;
239+
background-color: rgb(var(--secondary-rgb)) !important;
240+
border-color: rgb(var(--secondary-rgb)) !important;
241+
--tw-ring-color: rgb(var(--secondary-rgb)) !important;
242+
}
243+
237244
/* Dark Mode section */
238245
:root:is(.dark) {
239246
--primary: var(--primary-darkmode-color) !important;
@@ -556,4 +563,11 @@ span {
556563

557564
.dark\:text-custom-300\/50:is(.dark *) {
558565
color: rgba(var(--primary),0.9) !important;
566+
}
567+
568+
.card.card-info:is(.dark *) {
569+
color: rgb(var(--primary-darkmode-color)) !important;
570+
background-color: rgb(var(--secondary-rgb),0.9) !important;
571+
border-color: rgb(var(--secondary-rgb),0.9) !important;
572+
--tw-ring-color: rgb(var(--secondary-rgb),0.9) !important;
559573
}

0 commit comments

Comments
 (0)