Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Make night theme use tomorrow colors

Cette révision appartient à :
kipukun 2017-05-07 20:51:54 -04:00
Parent 8ad89f9262
révision 456af1f837

Voir le fichier

@ -47,7 +47,7 @@
} }
body { body {
background-color: #264040; background-color:#282A2E;
color: #eff5f5; color: #eff5f5;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
margin: 0; margin: 0;
@ -66,9 +66,14 @@ body {
/* Links, Text */ /* Links, Text */
a { a {
color: #13cba6; color: #81a2be;
text-decoration : none; text-decoration : none;
} }
.btn-success {
color: #fff;
background-color: #b294bb;
border-color: #b294bb;
}
.download-btn { .download-btn {
font-size: 24px; font-size: 24px;