mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
Fixes text color of movie links for list view.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="series-item">
|
||||
<div class="movie-item">
|
||||
<div class="row">
|
||||
<div class="col-md-2 col-xs-3">
|
||||
<a href="{{route}}">
|
||||
|
||||
@@ -68,6 +68,12 @@
|
||||
a {
|
||||
color : #000000;
|
||||
}
|
||||
|
||||
.movie-info-links {
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.movie-page-header {
|
||||
@@ -297,6 +303,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.movie-detail-overview {
|
||||
margin-bottom : 50px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user