parent
87627b634e
commit
945afc7f71
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
.tx-container {
|
.tx-container {
|
||||||
padding-top: .0rem;
|
padding-top: .0rem;
|
||||||
background: linear-gradient(to bottom, var(--md-primary-fg-color), var(--md-primary-fg-color--dark) 99%,#fff 99%)
|
background: linear-gradient(to bottom, var(--md-primary-fg-color), var(--md-primary-fg-color--dark) 100%)
|
||||||
}
|
}
|
||||||
|
|
||||||
.tx-hero {
|
.tx-hero {
|
||||||
|
@ -109,16 +109,11 @@
|
||||||
.feature-item > div > p {
|
.feature-item > div > p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.8em;
|
line-height: 1.8em;
|
||||||
color: #111;
|
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-item a {
|
|
||||||
color: var(--md-primary-fg-color--dark);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width:30em) {
|
@media screen and (max-width:30em) {
|
||||||
.tx-hero h1 {
|
.tx-hero h1 {
|
||||||
font-size: 1.4rem
|
font-size: 1.4rem
|
||||||
|
|
|
@ -17,7 +17,16 @@ theme:
|
||||||
- navigation.tabs.sticky
|
- navigation.tabs.sticky
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
palette:
|
palette:
|
||||||
|
- scheme: default
|
||||||
primary: blue
|
primary: blue
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-7
|
||||||
|
name: Switch to dark mode
|
||||||
|
- scheme: slate
|
||||||
|
primary: blue
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-4
|
||||||
|
name: Switch to light mode
|
||||||
icon:
|
icon:
|
||||||
logo: material/camera
|
logo: material/camera
|
||||||
custom_dir: docs/overrides
|
custom_dir: docs/overrides
|
||||||
|
|
Loading…
Reference in New Issue