mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed some colours (no more pink).
This commit is contained in:
parent
e8be045d12
commit
a5474228cd
@ -45,7 +45,7 @@
|
||||
{
|
||||
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
||||
font-size: 20px;
|
||||
background-color: #F1EDED;
|
||||
background-color: #CAD5E3;
|
||||
font-weight: lighter;
|
||||
color: #3C3C3C;
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
margin-right: 12px;
|
||||
padding-left: 2px;
|
||||
padding-top: 2px;
|
||||
border-left: 7px solid #F1EDED;
|
||||
border-left: 7px solid #E1EAF5;
|
||||
}
|
||||
|
||||
.sub-menu a
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
.seasonToggleTop
|
||||
{
|
||||
background-color: #F1EDED;
|
||||
background-color: #E1EAF5;
|
||||
background-position: 5px center;
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user