Fix link color in alertify

pull/1/head
David Benqué 2021-02-04 14:05:51 +00:00
parent c5a98437cb
commit a4b10b1145
1 changed files with 4 additions and 4 deletions

View File

@ -157,6 +157,10 @@
&:last-child {
margin-bottom: 0;
}
a {
color: @cryptpad_text_col;
text-decoration: underline;
}
.cp-info-menu-container {
.logo-block {
text-align: center;
@ -169,10 +173,6 @@
max-width: 100px;
}
}
a {
color: @cryptpad_text_col;
text-decoration: underline;
}
}
}
.cp-alertify-type-container {