Unify stormday color sheme in forum

This commit is contained in:
Calum Lind 2024-07-07 11:54:43 +01:00
parent 9870afdb47
commit 3df293cd2d
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3

View File

@ -97,9 +97,9 @@ a:hover { color: #D31141; }
}
.forabg {
background-color: #0076B1;
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #12A3EB 2px, #0076B1 92px, #0076B1 100%);
background-image: linear-gradient(to bottom, #6ACEFF 0%,#12A3EB 2px,#0076B1 92px,#0076B1 100%);
background-color: #2b3f59;
background-image: -webkit-linear-gradient(top, #DBE1E8 0%, #425570 2px, #2b3f59 92px, #2b3f59 100%);
background-image: linear-gradient(to bottom, #DBE1E8 0%,#425570 2px,#2b3f59 92px,#2b3f59 100%);
background-repeat: repeat-x;
}