clean up css a bit
This commit is contained in:
parent
34b11fa5af
commit
854aa79255
1 changed files with 3 additions and 18 deletions
|
@ -17,31 +17,15 @@ margin: 0 auto;
|
|||
}
|
||||
|
||||
a {
|
||||
color: #aac;
|
||||
color: #3291FF;
|
||||
}
|
||||
|
||||
h1 a {
|
||||
text-decoration: none;
|
||||
color: #cdcdcd;
|
||||
}
|
||||
|
||||
h1 a::before {
|
||||
content: "#";
|
||||
color: #aac;
|
||||
margin-right: 10px;
|
||||
}
|
||||
h1 a:hover::before {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
.preview h1, h2 {
|
||||
h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
.search-container input[type=text] {
|
||||
padding: 6px;
|
||||
margin-top: 3px;
|
||||
|
@ -90,3 +74,4 @@ margin-bottom: 5px;
|
|||
.icon-search:before {
|
||||
content: "\e986";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue