Template:Tooltip/sandbox/styles.css

From Fallen London Wiki
.tooltip {
	background-color: #ded4c4;
    color: #266666;
    position: absolute;
    left: 2em;
    bottom: 2em;
    border: 1px solid;
    border-radius: 10px;
    width: max-content;
    max-width: 250px;
    padding: 3px;
    z-index: 10;
}