Liang Ding 2018-09-23 18:22:27 +08:00
parent d93bed0b8e
commit 086824eaa3
No known key found for this signature in database
GPG Key ID: 145928D9951195BE
5 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -691,7 +691,8 @@ a {
.module__content {
background-color: rgba(255, 255, 255, 0.8);
padding: 15px;
color: #3d4450; }
color: #3d4450;
display: block; }
.module__content:hover {
background-color: #fff; }
.module__content--three {

File diff suppressed because one or more lines are too long

View File

@ -63,5 +63,6 @@
};
Util.parseMarkdown('content-reset');
Util.killIE(8)
</script>
${plugins}