diff --git a/src/components/VideoCard.vue b/src/components/VideoCard.vue index 2bd66629..5fd39c08 100644 --- a/src/components/VideoCard.vue +++ b/src/components/VideoCard.vue @@ -155,7 +155,7 @@ function toggleWatchLater() {
{{ useDateFormat(historyItem.view_at * 1000, 'YYYY-MM-DD HH:mm:ss') diff --git a/src/contentScripts/views/WatchLater/WatchLater.vue b/src/contentScripts/views/WatchLater/WatchLater.vue index 889e0ba9..e9737bd2 100644 --- a/src/contentScripts/views/WatchLater/WatchLater.vue +++ b/src/contentScripts/views/WatchLater/WatchLater.vue @@ -172,15 +172,17 @@ function jumpToLoginPage() {
{{ useDateFormat(item.pubdate * 1000, 'YYYY-MM-DD HH:mm:ss') diff --git a/src/styles/main.scss b/src/styles/main.scss index 15288259..231705c1 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -1,3 +1,9 @@ +* { + outline-color: var(--bew-theme-color-80); + outline-width: 2px; + outline-offset: -2px; +} + .dark * { color-scheme: dark; }