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

Works so much better

Former-commit-id: a9b40f31f0753157af8500353395274b474642a2 [formerly 57875519283c5bfbfa6d852a27d72dc091157faa] [formerly bc0dde2306cf0e189d69349f344dffda393de1cc [formerly 19aaf7bb44]]
Former-commit-id: eb77f04e333250fef6799da788b460b77468dddf [formerly c3ddbc51302fbb8fc89410f114013b3a19f33cb8]
Former-commit-id: 814d1b257f6529e8ec45ba7acfa7269967900397
This commit is contained in:
Zack
2016-02-07 11:05:38 -05:00
parent d1c4a0b1f3
commit 6f445a7668
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;