fix text color on buttons

This commit is contained in:
daria 2025-09-30 18:57:35 +03:00
parent 2d6aaf8eb0
commit 044be0da0d
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -18,7 +18,7 @@
text-decoration: none;
text-align: center;
background-color: @cp_buttons-primary;
color: @cryptpad_text_col;
color: @cryptpad_text_col_inv;
font-size: 20px;
margin: 10px 0;
border-radius: @infopages-radius;
@ -27,7 +27,7 @@
background-color: contrast(@cp_buttons-primary-text, darken(@cp_buttons-primary, 10%), lighten(@cp_buttons-primary, 10%));
}
&:visited {
color: @cryptpad_text_col;
color: @cryptpad_text_col_inv;
}
}
.cp-features-web {