aboutsummaryrefslogtreecommitdiff
path: root/static/navbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/navbar.css')
-rw-r--r--static/navbar.css29
1 files changed, 28 insertions, 1 deletions
diff --git a/static/navbar.css b/static/navbar.css
index 5028cbbf..5768b898 100644
--- a/static/navbar.css
+++ b/static/navbar.css
@@ -4,6 +4,7 @@
4 4
5.navbar { 5.navbar {
6 margin-bottom: 0px; 6 margin-bottom: 0px;
7 background: #0C120C;
7} 8}
8 9
9.sidebar-nav { 10.sidebar-nav {
@@ -46,7 +47,7 @@
46 left: 10px; 47 left: 10px;
47 top: 11px; 48 top: 11px;
48 left: -6px; 49 left: -6px;
49 } 50}
50 51
51.custom-toggler.navbar.toggler { 52.custom-toggler.navbar.toggler {
52 border-color: rgb(255,102,203); 53 border-color: rgb(255,102,203);
@@ -57,3 +58,29 @@
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(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 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} 60}
61
62.nav a {
63 color: white !important;
64}
65
66.dropdown-menu, .dropdown-item {
67 background: #0C120C;
68 color: white;
69}
70
71.dropdown-menu a,
72.dropdown-item a {
73 background: #0C120C;
74 color: white !important;
75 text-decoration: none;
76 text-decoration-style: none;
77}
78.dropdown-menu:visited, .dropdown-item a:visited,
79.dropdown-menu a:hover, .dropdown-item a:hover,
80.dropdown-menu a:active, .dropdown-item a:active,
81.dropdown-menu a:link, .dropdown-item a:link {
82 background: #0C120C;
83 color: white !important;
84 text-decoration: none;
85 text-decoration-style: none;
86}