mirror of https://git.door43.org/Andley/BG4e
vault backup: 2024-01-30 18:34:11
Affected files: .obsidian/appearance.json .obsidian/snippets/bg4e.css assets/css/style.scss
This commit is contained in:
parent
40c7b900c5
commit
b06635c4ac
|
@ -6,7 +6,7 @@
|
|||
"default",
|
||||
"bg4e"
|
||||
],
|
||||
"theme": "obsidian",
|
||||
"theme": "moonstone",
|
||||
"cssTheme": "",
|
||||
"interfaceFontFamily": "",
|
||||
"textFontFamily": "",
|
||||
|
|
|
@ -189,13 +189,14 @@ em, .cm-em {
|
|||
position: relative;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
background-color: yellow;
|
||||
}
|
||||
[title]:focus::after {
|
||||
content: attr(title);
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
background-color: yellow;
|
||||
border: 1px solid;
|
||||
width: fit-content;
|
||||
padding: 3px;
|
||||
|
|
|
@ -137,13 +137,15 @@ ul ul::before { left: -7px; top: 0; bottom: 0;
|
|||
position: relative;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
background-color: lightgray;
|
||||
|
||||
}
|
||||
[title]:focus::after {
|
||||
content: attr(title);
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
background-color: lightgray;
|
||||
border: 1px solid;
|
||||
width: fit-content;
|
||||
padding: 3px;
|
||||
|
|
Loading…
Reference in New Issue