Fix link color in alertify
parent
c5a98437cb
commit
a4b10b1145
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue