mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-13 13:23:32 -06:00
Improved search button and results, added blur to content
(cherry picked from commit 99371e971406090a2dba7b9b69f514a8f87afce3)
This commit is contained in:
@@ -181,3 +181,12 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.search-results,
|
||||
.search-button {
|
||||
border: 1px solid rgba($link-color, 0.3);
|
||||
}
|
||||
|
||||
.blur {
|
||||
filter: blur(5px);
|
||||
}
|
||||
|
Reference in New Issue
Block a user