aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-13 23:43:11 +0000
committerng0 <ng0@n0.is>2019-03-13 23:43:11 +0000
commita84e5fe7b28b019ed0610248596185e3369d9fa4 (patch)
treedbef4015682d4494a8958323c18c6cbb9c1c63b9
parenteaa62af1e535eb5beacc807412803b2792ea0256 (diff)
downloadwww-a84e5fe7b28b019ed0610248596185e3369d9fa4.tar.gz
www-a84e5fe7b28b019ed0610248596185e3369d9fa4.zip
colorized custom menu svg. would be good to replace the hamburger eventually.
-rw-r--r--static/navbar.css10
-rw-r--r--static/styles.css1
2 files changed, 11 insertions, 0 deletions
diff --git a/static/navbar.css b/static/navbar.css
index 4345e39c..5028cbbf 100644
--- a/static/navbar.css
+++ b/static/navbar.css
@@ -47,3 +47,13 @@
47 top: 11px; 47 top: 11px;
48 left: -6px; 48 left: -6px;
49 } 49 }
50
51.custom-toggler.navbar.toggler {
52 border-color: rgb(255,102,203);
53 /* border-color: rgb(102,136,170); */
54}
55
56.custom-toggler .navbar-toggler-icon {
57 /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
58 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(102,136,170, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
59}
diff --git a/static/styles.css b/static/styles.css
index d2845c28..b6e8248b 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -5,6 +5,7 @@
5 left: 0; 5 left: 0;
6 z-index: 3; 6 z-index: 3;
7} 7}
8
8.skip { 9.skip {
9 display:none!important; 10 display:none!important;
10} 11}