video
This commit is contained in:
@@ -31,7 +31,7 @@ html {
|
||||
--tp-hero-to: #18181b;
|
||||
}
|
||||
|
||||
:root[data-theme="light"] {
|
||||
:root[data-theme="winter"] {
|
||||
--tp-accent: #93330c;
|
||||
--tp-accent-fg: #fff5f0;
|
||||
--tp-grid-line: rgba(228, 228, 231, 0.7);
|
||||
@@ -55,7 +55,7 @@ body {
|
||||
|
||||
/* ---------- Hero --------------------------------------------------------- */
|
||||
.tp-hero {
|
||||
background: transparent; /* let the body ASCII rain show through */
|
||||
background: transparent; /* let the mountain ASCII show through */
|
||||
position: relative;
|
||||
isolation: isolate;
|
||||
}
|
||||
@@ -119,7 +119,7 @@ body {
|
||||
-webkit-backdrop-filter: saturate(160%) blur(12px);
|
||||
border-bottom: 1px solid rgba(63, 63, 70, 0.4);
|
||||
}
|
||||
:root[data-theme="light"] .tp-nav {
|
||||
:root[data-theme="winter"] .tp-nav {
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
border-bottom-color: rgba(228, 228, 231, 0.7);
|
||||
}
|
||||
@@ -138,11 +138,11 @@ body {
|
||||
background: rgba(24, 24, 27, 0.75);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
:root[data-theme="light"] .tp-card {
|
||||
:root[data-theme="winter"] .tp-card {
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(228, 228, 231, 0.8);
|
||||
}
|
||||
:root[data-theme="light"] .tp-card:hover {
|
||||
:root[data-theme="winter"] .tp-card:hover {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-color: rgba(183, 65, 14, 0.4);
|
||||
}
|
||||
@@ -195,7 +195,7 @@ body {
|
||||
color: #f4f4f5;
|
||||
line-height: 1;
|
||||
}
|
||||
:root[data-theme="light"] .tp-kbd {
|
||||
:root[data-theme="winter"] .tp-kbd {
|
||||
background: #fff;
|
||||
color: #18181b;
|
||||
border-color: #d4d4d8;
|
||||
@@ -254,7 +254,7 @@ body {
|
||||
|
||||
/* ---------- No-FOUC theme flash ----------------------------------------- */
|
||||
html:not([data-theme]) body { background: #09090b; }
|
||||
:root[data-theme="light"] body { background: #fafafa; }
|
||||
:root[data-theme="winter"] body { background: #fafafa; }
|
||||
|
||||
/* ---------- Alpine x-cloak (prevents flash of un-initialised content) --- */
|
||||
[x-cloak] { display: none !important; }
|
||||
|
||||
Reference in New Issue
Block a user