Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2000,18 +2000,21 @@ button.ok-hero__cta--primary:focus {
margin: 1.25rem 0 1.75rem;
}

.ok-app-visual img:first-child {
.ok-app-visual img {
width: 120px;
height: 120px;
border-radius: 28%;
box-shadow: 0 12px 32px rgba(16, 36, 28, 0.12);
background: var(--vp-c-bg-elv);
}

.ok-app-visual img:last-child {
.ok-app-visual img + img {
height: 48px;
width: auto;
object-fit: contain;
box-shadow: none;
border-radius: 0;
background: transparent;
}

.ok-post-cover {
Expand Down
1 change: 0 additions & 1 deletion guide/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ OpenKey is the mobile and desktop client for Android, iOS, macOS, Linux, and Win

<p class="ok-app-visual">
<img src="/app_icon.png" alt="OpenKey app icon" width="120" height="120" />
<img src="/logo.png" alt="OpenKey wordmark" width="200" height="60" />
</p>

## Install
Expand Down
Loading