fix 404 page link color for dark mode

This commit is contained in:
ansuz 2021-02-09 11:55:33 +05:30
parent 50f08a75ed
commit e29df908a7

View File

@ -29,6 +29,9 @@ html, body {
#cp-scramble, #cp-link {
font-size: 20px;
}
#cp-link {
color: @cryptpad_color_link;
}
}
}