mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-11 03:10:58 +00:00
build
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
comments: false
|
comments: false
|
||||||
glightbox: false
|
glightbox: false
|
||||||
|
search:
|
||||||
|
exclude: true
|
||||||
hide:
|
hide:
|
||||||
- footer
|
- footer
|
||||||
- toc
|
- toc
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
comments: false
|
comments: false
|
||||||
glightbox: false
|
glightbox: false
|
||||||
|
search:
|
||||||
|
exclude: true
|
||||||
hide:
|
hide:
|
||||||
- footer
|
- footer
|
||||||
- toc
|
- toc
|
||||||
|
|||||||
@@ -65,7 +65,8 @@
|
|||||||
background-color: var(--md-header-bg-color);
|
background-color: var(--md-header-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-header {
|
.md-header--shadow,
|
||||||
|
.md-header--landing {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transition: none;
|
transition: none;
|
||||||
backdrop-filter: saturate(180%) blur(20px); /* Gaussian blur */
|
backdrop-filter: saturate(180%) blur(20px); /* Gaussian blur */
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
comments: false
|
comments: false
|
||||||
glightbox: false
|
glightbox: false
|
||||||
|
search:
|
||||||
|
exclude: true
|
||||||
hide:
|
hide:
|
||||||
- footer
|
- footer
|
||||||
- toc
|
- toc
|
||||||
|
|||||||
Reference in New Issue
Block a user