mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +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 {
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue