Skip to content

Commit

Permalink
Minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Oct 6, 2020
1 parent 6d44a34 commit 0c35645
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
7 changes: 3 additions & 4 deletions www/src/css/custom.css
Expand Up @@ -74,12 +74,12 @@ a:hover,
}

.main-wrapper h1 {
font-weight: 700;
font-weight: 800;
margin-bottom: 2rem;
}

.main-wrapper h2 {
font-weight: 700;
font-weight: 800;
}

.main-wrapper h3 {
Expand Down Expand Up @@ -216,7 +216,6 @@ html[data-theme='dark'] {
border-radius: 10rem;
overflow: visible;
background-color: var(--ifm-color-primary);
margin-bottom: 1rem;
box-shadow: 0 0 2rem rgba(0,0,0,.1);
background-image: linear-gradient(0deg, #1786FB 0%, #45EABA 100%);
}
Expand All @@ -227,7 +226,7 @@ html[data-theme='dark'] {


.home-main .section-features .row .col:nth-child(3) .feature-image-wrapper {
background-image: linear-gradient(0deg, #FB6A22 0%, #FBB12E 100%);
background-image: linear-gradient(0deg, #FD5D21 0%, #FBB12E 100%);
}

.home-main .feature-image-wrapper img {
Expand Down
10 changes: 5 additions & 5 deletions www/src/pages/index.js
Expand Up @@ -18,9 +18,9 @@ const features = [
<li>Built in support for popular services<br />
<em>(Google, Facebook, Auth0, Apple…)</em>
</li>
<li>Built in Email / Passwordless / Magic Link</li>
<li>Use with any OAuth 1.0 &amp; 2.0 service</li>
<li>Built in email / passwordless / magic link</li>
<li>Use with any username / password store</li>
<li>Use with OAuth 1.0 &amp; 2.0 services</li>
</ul>
)
},
Expand All @@ -34,7 +34,7 @@ const features = [
Bring Your Own Database - or none!<br />
<em>(MySQL, Postgres, MSSQL, MongoDB…)</em>
</li>
<li>Choose Database Sessions or JWT</li>
<li>Choose database sessions or JWT</li>
<li>Secure web pages and API routes</li>
</ul>
)
Expand All @@ -45,9 +45,9 @@ const features = [
description: (
<ul>
<li>Signed, prefixed, server-only cookies</li>
<li>HTTP POST + CSRF Tokens</li>
<li>HTTP POST + CSRF Token validation</li>
<li>JWT with JWS / JWE / JWK / JWK</li>
<li>Tab Sync, Auto Revalidation, Keepalive</li>
<li>Tab syncing, auto-revalidation, keepalives</li>
<li>Doesn't rely on client side JavaScript</li>
</ul>
)
Expand Down
5 changes: 2 additions & 3 deletions www/src/pages/styles.module.css
Expand Up @@ -76,8 +76,8 @@
.features h3 {
font-size: 2rem;
line-height: 4rem;
margin: 1rem 0 1rem 0;
font-weight: 700;
margin: 1rem 0 2rem 0;
font-weight: 800;
}

.features ul {
Expand All @@ -91,7 +91,6 @@
margin-bottom: .5rem;
font-size: 1rem;
white-space: nowrap;
font-weight: 600;
text-align: center;
}

Expand Down

0 comments on commit 0c35645

Please sign in to comment.