mirror of https://github.com/xwiki-labs/cryptpad
Remove underline in footer buttons
This commit is contained in:
parent
e22de3f699
commit
a960d20a93
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue