You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
@import (once) './colortheme-all.less';
|
|
|
|
.tippy_main() {
|
|
.tippy-tooltip.cryptpad-theme {
|
|
/* Your styling here. Example: */
|
|
background-color: white;
|
|
box-shadow: 2px 2px 10px #000;
|
|
font-weight: bold;
|
|
color: #333;
|
|
overflow-wrap: break-word;
|
|
[x-circle] {
|
|
background-color: unset;
|
|
}
|
|
}
|
|
}
|