mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 09:33:19 +03:00
12 lines
217 B
CSS
12 lines
217 B
CSS
|
/* @format */
|
||
|
#chartjs-tooltip {
|
||
|
background-color: rgb(25 30 56);
|
||
|
position: absolute;
|
||
|
font-size: 14px;
|
||
|
font-style: normal;
|
||
|
padding: 10px 12px;
|
||
|
pointer-events: none;
|
||
|
border-radius: 5px;
|
||
|
z-index: 100;
|
||
|
}
|