Skip to content

Commit a95b799

Browse files
committed
Tweaked the Alert Danger brightness in the Light mode
1 parent fd9d9b3 commit a95b799

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ Download here: https://github.com/DarrianCZE/vamsys-v5-custom-css/releases
3333
- Early implementation of the PIREP cards styling
3434
- Alert - Danger styling
3535
- 1.4
36-
- Add flight progress bar styling in dark mode
36+
- Add flight progress bar styling in dark mode
37+
- 1.4.1
38+
- Tweaked the Alert Danger brightness in the Light mode

SW_Virtual_CSS_vAMSYS_v5.css

Lines changed: 3 additions & 3 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.4
3+
Version: 1.4.1
44
Author: Jan Podlipsky - jan.podlipsky@sw-virtual.eu
55
*/
66

@@ -46,8 +46,8 @@ Author: Jan Podlipsky - jan.podlipsky@sw-virtual.eu
4646
}
4747

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

5353
.alert.alert-warning {

0 commit comments

Comments
 (0)