edit zmin
This commit is contained in:
parent
72137a12cf
commit
1267f3cead
@ -3,7 +3,7 @@ body {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
background: #110e0e;
|
background: #110f0e;
|
||||||
color:#fbfaff;
|
color:#fbfaff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -16,15 +16,15 @@ a {
|
|||||||
.menu li { display: inline-block;}
|
.menu li { display: inline-block;}
|
||||||
.article-meta, .menu a {
|
.article-meta, .menu a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background:#292323;
|
background:#292623;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.menu h1 {
|
.menu h1 {
|
||||||
border-left: 4px solid #ff4646;
|
border-left: 4px solid #ffbe46;
|
||||||
}
|
}
|
||||||
.menu a:hover {
|
.menu a:hover {
|
||||||
border-bottom: solid #ff4646;
|
border-bottom: solid #ffbe46;
|
||||||
}
|
}
|
||||||
.article-meta, footer { text-align: center;}
|
.article-meta, footer { text-align: center;}
|
||||||
.title { font-size: 1.1em; }
|
.title { font-size: 1.1em; }
|
||||||
@ -56,6 +56,6 @@ blockquote {
|
|||||||
table {
|
table {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
table thead th { border-bottom: 1px solid #2f3035; }
|
table thead th { border-bottom: 1px solid #35322f; }
|
||||||
th, td { padding: 5px; }
|
th, td { padding: 5px; }
|
||||||
thead, tfoot, tr:nth-child(even) { background: #2a2a2e; }
|
thead, tfoot, tr:nth-child(even) { background: #2e2d2a; }
|
||||||
|
Loading…
Reference in New Issue
Block a user