Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #233 from top-ed/master

color tweaks
Cette révision appartient à :
PantsuDev 2017-05-10 08:18:23 +10:00 révisé par GitHub
révision 2917d213b9

Voir le fichier

@ -1,13 +1,28 @@
/*Don't make changes to layout here, only colours*/
/* Torrent status colors */
.remake {
background-color: #795c46;
background-color: #473e50; /*270,13%,28%*/
}
.trusted {
background-color: #3d743e;
background-color: #395045; /*150,17%,27%*/
}
.aplus {
background-color: #487589;
background-color: #3c5b71; /*205,30%,34%*/
}
.remake a {
color: #cfc2dc; /*270,26%,81%*/
}
.trusted a {
color: #bde0db; /*170,36%,81%*/
}
.remake a:hover {
color: #cf9fff;
}
.trusted a:hover {
color: #6ae3d1;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
border-color: hsla(200,60%,70%,0.15);
}
@ -48,7 +63,11 @@ body {
/* Links, Text */
a {
color: #81a2be;
color: #a2c9dd;
}
a:hover {
color: #55c5ff;
text-shadow: 1px 1px 0 #000;
}
.btn-success {
color: #fff;