Skip to content

Commit c98449e

Browse files
committed
contrast login screen
1 parent a326960 commit c98449e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

web/templates/header.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@
636636
border-top: 1px solid #cccccc;
637637
border-left: 1px solid #cccccc;
638638
border-right: 1px solid #cccccc;
639-
background: #ebe9dc;
639+
background: #fff;
640640
text-align: left;
641641
vertical-align:top;
642642
width: 500px;
@@ -647,29 +647,29 @@
647647
text-align: left;
648648
vertical-align:top;
649649
padding: 0 0 10px 40px;
650-
color: #333;
650+
color: #323232;
651651
}
652652

653653
.login-bottom {
654-
color: #574F51;
654+
color: #ebe9dc;
655655
text-align: right;
656656
width: 500px;
657657
height: 50px;
658-
background: #484243;
658+
background: #ebe9dc;
659659
padding: 0 8px 0 0;
660660
margin: 0;
661661
}
662662

663663
.vestacp{
664664
font-size: 8pt;
665-
color: #CCCCB4;
665+
color: #323232;
666666
text-align: right;
667667
padding: 20px 0 0 0;
668668
}
669669

670670
.error {
671671
font-size: 10pt;
672-
color: #DE6C5D;
672+
color: #dE6c5d;
673673
}
674674

675675
</style>

0 commit comments

Comments
 (0)