You know how it is
This commit is contained in:
11
html/static/footnote.css
Normal file
11
html/static/footnote.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.footnote-tooltip {
|
||||
position: 'absolute';
|
||||
z-index: 1000;
|
||||
background-color: var(--background-tooltip);
|
||||
border: 1px solid var(--accent1);
|
||||
border-radius: = 4px;
|
||||
padding: 8px 12px;
|
||||
max-width: 300px;
|
||||
font-size: calc(var(--font-size) * 0.9);
|
||||
box-shadow: 1px 1px 1px var(--grey2);
|
||||
}
|
||||
Reference in New Issue
Block a user