Skip to content

Commit

Permalink
fix: presenter nav in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 26, 2021
1 parent 770abe8 commit 8c8dbcd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/client/internals/Presenter.vue
Expand Up @@ -79,7 +79,7 @@ onMounted(() => {
</script>

<template>
<div class="bg-main h-full">
<div class="bg-main h-full slidev-presenter">
<div class="grid-container">
<div class="grid-section top flex">
<img src="../assets/logo-title-horizontal.png" class="h-14 ml-2 py-2 my-auto" />
Expand Down Expand Up @@ -141,6 +141,10 @@ onMounted(() => {
</template>
<style lang="postcss" scoped>
.slidev-presenter {
--slidev-controls-foreground: current;
}
.timer-btn:hover {
& > :first-child {
@apply opacity-0;
Expand Down

0 comments on commit 8c8dbcd

Please sign in to comment.