This stylesheet contains an end to end solution made for the virtual airline SW Virtual, however based on the popular reception of previous version, I have decided to make this available to the public as well. The only thing which needs to be done, is to change your primary and secondary colors.
Download here: https://github.com/DarrianCZE/vamsys-v5-custom-css/releases
- Change your VA colors in the first section of the CSS:
:root{ /* Variable section of the CSS, edit your colors only here: */
--primary-rgb: 0,69,138; /* Primary VA Color in RGB format. Should be darker. */
--secondary-rgb: 241,144,1; /* Secondary VA Color in RGB format. Should be brighter. */
--primary-darkmode-color: 255,255,255; /* Primary Dark mode color. In this case, it's white, but theoretically it can be any very bright color. */
}
- Import the stylesheet into the vAMSYS v5 Orwell Design section!