1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Works so much better

This commit is contained in:
Zack
2016-02-07 11:05:38 -05:00
parent a6d89e5585
commit 19aaf7bb44
14 changed files with 287 additions and 97 deletions

11
static/css/view.css Executable file → Normal file
View File

@@ -70,8 +70,16 @@ margin-top: 0;
margin-bottom: 1.46em;
}
.yue a code,
.yue a {
color: #111;
color: #1E90FF;
word-wrap: break-word;
-moz-text-decoration-color: rgba(0, 0, 0, 0.4);
text-decoration-color: rgba(0, 0, 0, 0.4);
}
.yue a li {
color: #555;
word-wrap: break-word;
-moz-text-decoration-color: rgba(0, 0, 0, 0.4);
text-decoration-color: rgba(0, 0, 0, 0.4);
@@ -293,6 +301,7 @@ background: none;
margin-left: 0;
}
}
body {
margin: 0;
padding: 0.4em 1em 6em;