Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorSojon <sojonatmail@gmail.com>2021-07-05 11:26:25 +0300
committerSojon <sojonatmail@gmail.com>2021-07-05 11:26:25 +0300
commitdead996a5319fcec07fa69880761e717c54446ad (patch)
tree6bc998145878b08ee326f308fd2c2ff8a7ff86a9 /assets
parente31a93dbd364626483246043e718e6a48c8d3eca (diff)
Navigation updated, faq css fixed, other minor change added
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 222c48b..9665dcd 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -279,6 +279,10 @@ pre {
padding: 0;
}
+.navbar-dark .navbar-toggler-icon {
+ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
+}
+
@media (max-width: 768px) {
.navbar {
padding: 10px 0;
@@ -806,6 +810,7 @@ code {
.ui-autocomplete-input {
border-bottom: 1px solid rgb(212, 212, 212) !important;
+ padding-right: 50px;
}
.ui-autocomplete-input.active {