mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix text color on buttons
This commit is contained in:
parent
2d6aaf8eb0
commit
044be0da0d
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user