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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <danielkvist@protonmail.com>2019-05-15 21:22:36 +0300
committerdanielkvist <danielkvist@protonmail.com>2019-05-15 21:22:36 +0300
commit2d2c28f14b7c1cd4608bbccc4a2db2d05ed04b1f (patch)
tree624b999b4cd9976bf65ac5c19a690acf6c4781e5
parentc09e7227d9fc7ba9efd69514fa0ee751c3f1bb8c (diff)
parentb81eb237384548ef700950b9d69c70c3e089a8d0 (diff)
merge branch 'benfreke-add-menu-toggle-cursor'
-rw-r--r--assets/css/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 5d68440..f197ac7 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -41,6 +41,10 @@
padding-bottom: 1.25rem;
}
+.menu__toggle {
+ cursor: pointer;
+}
+
.menu__toggle[open=""] {
color: var(--pink);
}
@@ -223,4 +227,4 @@ input:hover~label {
display: flex;
font-size: var(--h1);
justify-content: center;
-} \ No newline at end of file
+}