vault backup: 2024-01-31 06:59:35

Affected files:
.obsidian/snippets/bg4e.css
This commit is contained in:
Andley Chang 2024-01-31 06:59:36 +08:00
parent 8109da1ea4
commit 4be8d8afbf
1 changed files with 4 additions and 5 deletions

View File

@ -189,16 +189,15 @@ em, .cm-em {
position: relative;
display: inline-flex;
justify-content: center;
background-color: yellow;
}
[title]:focus::after {
content: attr(title);
position: absolute;
top: 90%;
top: 110%;
color: #000;
background-color: yellow;
border: 1px solid;
background-color: lightgreen;
border: 2px solid;
width: fit-content;
padding: 3px;
font-size: 10px;
font-size: 12px;
}