Skip to content

Commit 3900805

Browse files
committed
responsive close
1 parent 2ca5d44 commit 3900805

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

static/style/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ html {
77
--bgColor: #ffffff;
88
--fontColor: #17223b;
99
--importantFontColor: #f54291;
10+
--colorMenu: rgba(245,66,145, 0.8);
11+
--urlMenu: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(245,66,145, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
1012
}
1113

1214
.dark-theme {
1315
--bgColor: #17223b;
1416
--fontColor: #ffffff;
1517
--importantFontColor: #ff6768;
18+
--colorMenu: rgba(255,103,104, 0.8);
19+
--urlMenu: 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,103,104, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
1620
}
1721

1822
body {
@@ -140,11 +144,11 @@ a:hover {
140144
}
141145

142146
.navbar-toggler {
143-
border-color: var(--importantFontColor);
147+
border-color: var(--colorMenu);
144148
}
145149

146150
.navbar-toggler-icon {
147-
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, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
151+
background-image: var(--urlMenu);
148152
}
149153

150154
footer {

0 commit comments

Comments
 (0)