[wpgancio] remove event when trashed

This commit is contained in:
les
2020-05-22 00:28:42 +02:00
parent 22381d1fe6
commit 1ee9cdc1fa
4 changed files with 64 additions and 47 deletions

View File

@@ -18,7 +18,7 @@ code {
background: rgba(0,0,0,.1);
color: #888;
}
html, body {
font-family: sans-serif;
scroll-behavior: smooth;
@@ -38,7 +38,7 @@ p {
display: flex;
flex-direction: column;
}
#main {
min-height: 200px;
overflow: hidden;
@@ -56,7 +56,7 @@ p {
width: 100%;
margin: 0 auto;
}
#header, #footer {
color: white;
background-color: #222;
@@ -67,7 +67,7 @@ p {
// }
}
#footer {
a {
color: orangered;
@@ -85,7 +85,7 @@ p {
padding-top: 2em;
font-size: 1em;
}
#header .el-menu--horizontal {
background-color: #222;
color: white;