mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-05-24 20:31:19 +00:00
build: Use /en/ directory for builds
This commit is contained in:
+49
-16
@@ -253,26 +253,37 @@ p.pg\:image\:right img {
|
||||
}
|
||||
|
||||
html.light {
|
||||
.content :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)),
|
||||
.content :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)),
|
||||
.content :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
|
||||
color: var(--hx-color-primary-900)
|
||||
}
|
||||
.content :where(a):not(:where([class~=not-prose],
|
||||
[class~=not-prose] *)) {
|
||||
color:var(--hx-color-primary-900);
|
||||
.content {
|
||||
:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)),
|
||||
:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)),
|
||||
:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
|
||||
color: var(--hx-color-primary-900)
|
||||
}
|
||||
:where(a):not(:where([class~=not-prose],
|
||||
[class~=not-prose] *)) {
|
||||
color:var(--hx-color-primary-900);
|
||||
}
|
||||
mark {
|
||||
background-color: #ffff0080;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
html.dark {
|
||||
.content :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)),
|
||||
.content :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)),
|
||||
.content :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
|
||||
color: var(--hx-color-primary-200)
|
||||
}
|
||||
.content :where(a):not(:where([class~=not-prose],
|
||||
[class~=not-prose] *)) {
|
||||
color:var(--hx-color-primary-300);
|
||||
.content {
|
||||
:where(h1):not(:where([class~=not-prose],[class~=not-prose] *)),
|
||||
:where(h2):not(:where([class~=not-prose],[class~=not-prose] *)),
|
||||
:where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
|
||||
color: var(--hx-color-primary-200)
|
||||
}
|
||||
:where(a):not(:where([class~=not-prose],
|
||||
[class~=not-prose] *)) {
|
||||
color:var(--hx-color-primary-300);
|
||||
}
|
||||
mark {
|
||||
background-color: #4287ff4d;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -299,6 +310,28 @@ a.footnote-ref {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.content .pg\:buttons {
|
||||
a {
|
||||
background-color: var(--hx-color-gray-300);
|
||||
color: var(--hx-color-gray-700);
|
||||
text-decoration: none;
|
||||
padding: 1em;
|
||||
border-radius: var(--hx-radius-md);
|
||||
font-weight: 600;
|
||||
line-height: 4em;
|
||||
}
|
||||
a:hover {
|
||||
background-color: var(--hx-color-gray-400);
|
||||
}
|
||||
a:first-of-type {
|
||||
background-color: var(--hx-color-primary-900);
|
||||
color: var(--hx-color-primary-100)
|
||||
}
|
||||
a:first-of-type:hover {
|
||||
background-color: var(--hx-color-primary-800);
|
||||
}
|
||||
}
|
||||
|
||||
/*********** Activism Section ***********/
|
||||
|
||||
/* Activism Button Colors*/
|
||||
|
||||
Reference in New Issue
Block a user