feat: Apply themes on specific events (#227)

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
madkarmaa
2024-08-13 13:18:56 +02:00
committed by oSumAtrIX
parent f428902773
commit bc8e19e0e7
30 changed files with 2068 additions and 1701 deletions

View File

@@ -74,13 +74,13 @@
h2 {
text-align: center;
color: var(--grey-four);
color: var(--text-three);
margin-bottom: 0.3rem;
}
p {
text-align: center;
color: var(--grey-four);
color: var(--text-three);
}
.text-container {
@@ -88,14 +88,14 @@
align-items: center;
flex-direction: column;
margin-bottom: 2rem;
background-color: var(--accent-color);
background-color: var(--primary);
padding: 2.5rem 1.75rem;
border-radius: 20px;
}
a {
text-decoration: none;
color: var(--grey-four);
color: var(--text-three);
}
a::after {
@@ -106,7 +106,7 @@
}
a:hover {
text-decoration: underline var(--grey-four);
text-decoration: underline var(--text-three);
}
a:hover::after {

View File

@@ -12,7 +12,7 @@
<style>
a {
color: var(--white);
color: var(--text-one);
text-decoration: none;
cursor: pointer;
padding: 0.9rem 1rem;
@@ -21,14 +21,14 @@
display: flex;
gap: 1rem;
align-items: center;
border-right: 1px solid var(--grey-three);
border-bottom: 1px solid var(--grey-three);
border-right: 1px solid var(--border);
border-bottom: 1px solid var(--border);
}
a:hover {
background: var(--grey-one);
text-decoration: underline var(--accent-color);
color: var(--white);
background: var(--surface-three);
text-decoration: underline var(--primary);
color: var(--text-one);
}
h5 {
@@ -42,7 +42,7 @@
border-radius: 50%;
height: 32px;
width: 32px;
background-color: var(--grey-two);
background-color: var(--surface-four);
transition: transform 0.4s var(--bezier-one);
user-select: none;
}

View File

@@ -48,13 +48,13 @@
align-items: center;
justify-content: space-between;
cursor: pointer;
background-color: var(--grey-six);
background-color: var(--surface-seven);
padding: 0.75rem 1.25rem;
border-bottom: 1px solid var(--grey-three);
border-bottom: 1px solid var(--border);
transition: all 0.2s var(--bezier-one);
&:hover {
background-color: var(--grey-one);
background-color: var(--surface-three);
}
}
@@ -71,7 +71,7 @@
.section-container {
border-radius: 20px;
overflow: hidden;
border: 1px solid var(--grey-three);
border: 1px solid var(--border);
}
a {
@@ -82,8 +82,8 @@
}
a:hover {
text-decoration: underline var(--accent-color);
color: var(--white);
text-decoration: underline var(--primary);
color: var(--text-one);
}
.contrib-host {