This commit is contained in:
afc163 2015-05-16 17:29:03 +08:00
parent 7e05877c13
commit 96dc866592
2 changed files with 3 additions and 5 deletions

View File

@ -1088,7 +1088,8 @@ footer ul li > a {
left: 10%;
z-index: 100;
color: #707E88;
font-family: Consolas;
font-family: 'Raleway', sans-serif;
font-weight: 300;
}
.entry-title {
@ -1098,10 +1099,6 @@ footer ul li > a {
margin-bottom: 5px;
}
.entry-slogan {
color: #9EADB2;
}
a.entry-link {
margin-top: 20px;
border: 1px solid rgba(95, 108, 119, 0.3);

View File

@ -10,6 +10,7 @@
<link rel="stylesheet" href="/static/normalize.css">
<link rel="stylesheet" href="/static/style.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_1431765342_9023364.css">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/tomorrow.css">
<script src="https://a.alipayobjects.com/jquery/jquery/1.11.1/jquery.js"></script>
<script src="/static/script.js"></script>