Skip to content

Commit 0fb8ddb

Browse files
Merge pull request #1295 from lukso-network/docs/connect-to-up
docs: guide update for the Connect to UP page
2 parents c6d166c + 4e69ebd commit 0fb8ddb

File tree

10 files changed

+389
-370
lines changed

10 files changed

+389
-370
lines changed

docs/learn/universal-profile/connect-profile/connect-up.md

Lines changed: 339 additions & 370 deletions
Large diffs are not rendered by default.

src/css/custom.css

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,28 @@ table.lsp-features td {
224224
margin-right: 1em;
225225
}
226226

227+
228+
.tab_viem[aria-selected='true'] {
229+
border-bottom-color: #2434a1;
230+
}
231+
232+
.tab_viem {
233+
color: #2434a1;
234+
}
235+
236+
.tab_viem:before {
237+
content: '';
238+
display: inline-block;
239+
width: 20px;
240+
height: 20px;
241+
background: url('/static/img/learn/viem-logo.png') no-repeat center;
242+
background-size: contain;
243+
vertical-align: middle;
244+
margin-right: 0.5em;
245+
position: relative;
246+
z-index: 100000;
247+
}
248+
227249
.tab_web3[aria-selected='true'] {
228250
border-bottom-color: #f06922;
229251
}
@@ -322,3 +344,29 @@ footer {
322344
.navbar-item-bold {
323345
font-weight: bold;
324346
}
347+
348+
/* Provider tabs styling */
349+
.provider-tabs .tabs__item {
350+
font-size: 1.05rem;
351+
padding: 0.8rem 1.2rem;
352+
border-radius: 8px 8px 0 0;
353+
transition: background-color 0.2s ease;
354+
}
355+
356+
.provider-tabs .tabs__item:hover {
357+
background-color: rgba(105, 114, 225, 0.05);
358+
}
359+
360+
.provider-tabs .tabs__item--active {
361+
background-color: rgba(105, 114, 225, 0.1);
362+
border-bottom: 2px solid var(--ifm-color-primary);
363+
font-weight: bold;
364+
}
365+
366+
html[data-theme='dark'] .provider-tabs .tabs__item:hover {
367+
background-color: rgba(255, 255, 255, 0.05);
368+
}
369+
370+
html[data-theme='dark'] .provider-tabs .tabs__item--active {
371+
background-color: rgba(255, 255, 255, 0.1);
372+
}

src/pages/install-up-browser-extension.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Universal Profile makes interacting with the blockchain safe and straightforward
3030

3131
## UP Browser Extension
3232

33+
Use your Universal Profile to interact with dApps through your web browser on laptops and desktops.
34+
3335
<div className="row" style={{ display: 'flex', justifyContent: 'center', marginBottom: '2em', gap: '2em' }}>
3436
<div style={{ textAlign: 'center', flex: '0 0 300px' }}>
3537
<img src="/img/extension/up-extension-showcase-1.png" alt="Overview of the UP Browser Extension" style={{ maxWidth: '300px', width: '100%' }} />
544 KB
Loading
276 KB
Loading
-80.3 KB
Binary file not shown.
-298 KB
Binary file not shown.

static/img/learn/viem-logo.png

8.17 KB
Loading
-27.7 KB
Binary file not shown.
-36.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)