Initial commit, copied from ArmaVirumque blog
This commit is contained in:
commit
58f27121a9
11 changed files with 160 additions and 0 deletions
6
static/css/bootstrap.min.css
vendored
Normal file
6
static/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
23
static/css/happydns.css
Normal file
23
static/css/happydns.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.intro-header {
|
||||
background-color: #1cb487;
|
||||
}
|
||||
|
||||
.post-preview > a:hover {
|
||||
color: #1cb487;
|
||||
}
|
||||
|
||||
.post-content-preview {
|
||||
border-left: 5px solid #d1f0e7;
|
||||
}
|
||||
|
||||
.sidebar-container .short-about a, footer .list-inline a {
|
||||
color: #a4e1cf;
|
||||
}
|
||||
.sidebar-container .short-about a:hover, footer .list-inline a:hover {
|
||||
color: #1cb487;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 10px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue