mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 07:34:43 +02:00
Updates styles
This commit is contained in:
parent
05e4c389f5
commit
036f42ce04
@ -57,3 +57,26 @@ header.heroBanner {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scrollDown {
|
||||||
|
display: flex;
|
||||||
|
width: fit-content;
|
||||||
|
cursor: pointer;
|
||||||
|
margin: 2rem auto;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 2rem;
|
||||||
|
left: 42%;
|
||||||
|
@media (max-width: 966px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.scrollDownText {
|
||||||
|
margin: 0 1rem;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scrollDownIcon {
|
||||||
|
width: 2rem;
|
||||||
|
}
|
@ -43,7 +43,7 @@ html[data-theme='light'] { /* Dark Theme */
|
|||||||
height: fit-content;
|
height: fit-content;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: var(--feature-img-shadow);
|
box-shadow: var(--feature-img-shadow);
|
||||||
img.demo {
|
img.demo, span.not-demo {
|
||||||
background: var(--kinda-transparent);
|
background: var(--kinda-transparent);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 36rem;
|
max-height: 36rem;
|
||||||
@ -53,6 +53,11 @@ html[data-theme='light'] { /* Dark Theme */
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: var(--feature-img-shadow);
|
box-shadow: var(--feature-img-shadow);
|
||||||
}
|
}
|
||||||
|
span.not-demo {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.feature-title {
|
.feature-title {
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
--ifm-color-primary-lighter: rgb(102, 212, 189);
|
--ifm-color-primary-lighter: rgb(102, 212, 189);
|
||||||
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
||||||
--ifm-code-font-size: 95%;
|
--ifm-code-font-size: 95%;
|
||||||
--ifm-navbar-background-color: var(--primary);
|
--ifm-navbar-background-color: var(--hero-background);
|
||||||
--ifm-navbar-link-color: var(--text-color);
|
--ifm-navbar-link-color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user