Compare commits
4 Commits
8a0d06b50a
...
122c34f891
Author | SHA1 | Date | |
---|---|---|---|
122c34f891 | |||
0413d02746 | |||
95ff6b702f | |||
1a85b01de7 |
@ -40,8 +40,8 @@
|
|||||||
--tv-dark: #237D0F;
|
--tv-dark: #237D0F;
|
||||||
--tv-light: #E2FAD7;
|
--tv-light: #E2FAD7;
|
||||||
|
|
||||||
--pen-dark: #E0005C;
|
--pen-dark: #C5021E;
|
||||||
--pen-light: #FEDAE9;
|
--pen-light: #FFEBD9;
|
||||||
|
|
||||||
--social-light: #C2E4F2;
|
--social-light: #C2E4F2;
|
||||||
--social-dark: #0163A4;
|
--social-dark: #0163A4;
|
||||||
@ -288,7 +288,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.drawer .has-submenu {
|
.drawer .has-submenu {
|
||||||
padding-left: 2rem;
|
padding-left: 1em;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -392,6 +392,7 @@ footer.post-footer {
|
|||||||
color: var(--shouts-dark);
|
color: var(--shouts-dark);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.h-entry.network header {
|
.h-entry.network header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -884,13 +885,17 @@ footer a:hover {
|
|||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hamburger.opened {
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
.drawer {
|
.drawer {
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background: white;
|
background: white;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 100vh;
|
height: 110vh;
|
||||||
width: 0;
|
width: 0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
transition: 0.2s all ease-in-out;
|
transition: 0.2s all ease-in-out;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user