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