mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
Unify stormday color sheme in forum
This commit is contained in:
parent
9870afdb47
commit
3df293cd2d
1 changed files with 3 additions and 3 deletions
|
@ -97,9 +97,9 @@ a:hover { color: #D31141; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.forabg {
|
.forabg {
|
||||||
background-color: #0076B1;
|
background-color: #2b3f59;
|
||||||
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #12A3EB 2px, #0076B1 92px, #0076B1 100%);
|
background-image: -webkit-linear-gradient(top, #DBE1E8 0%, #425570 2px, #2b3f59 92px, #2b3f59 100%);
|
||||||
background-image: linear-gradient(to bottom, #6ACEFF 0%,#12A3EB 2px,#0076B1 92px,#0076B1 100%);
|
background-image: linear-gradient(to bottom, #DBE1E8 0%,#425570 2px,#2b3f59 92px,#2b3f59 100%);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue