diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 511f2e6..c8aafce 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -6,7 +6,7 @@ "default", "bg4e" ], - "theme": "moonstone", + "theme": "obsidian", "cssTheme": "", "interfaceFontFamily": "", "textFontFamily": "", diff --git a/assets/css/style.scss b/assets/css/style.scss index a980b0e..74302e2 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -137,18 +137,17 @@ 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%; + top: 110%; color: #000; - background-color: lightgray; - border: 1px solid; + background-color: lightgreen; + border: 2px solid; width: fit-content; padding: 3px; - font-size: 10px; + font-size: 12px; } } \ No newline at end of file