fix the font colors in main-page-error-block #79 (#81)

This commit is contained in:
Abhishek Shandilya 2019-11-26 19:20:04 -05:00 committed by Taylor Helsper
parent 0243b49312
commit e16182808c

View File

@ -64,10 +64,9 @@ table,
background-color: #3a4750;
}
.main_page_error_block {
color: #eee;
border: 3px solid red;
background-color: rgb(255, 238, 238);
.main_page_error_block a {
color: black;
text-decoration: underline dashed black;
}
.slider {