Remove underline in footer buttons

This commit is contained in:
David Benqué 2022-05-09 13:41:53 +01:00
parent e22de3f699
commit a960d20a93
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
}
}
.cp-shadow() {
box-shadow: 0px 0px 25px 0px @cp_shadow-color;
box-shadow: 0px 0px 20px 0px @cp_shadow-color;
}
.infopages_main () {
@ -197,6 +197,7 @@ body.html {
&:hover {
background-color: @cp_static-card-bg;
color: @cryptpad_text_col;
text-decoration: none;
}
}