clean up css a bit

This commit is contained in:
xfnw 2022-02-24 19:01:20 -05:00
parent 34b11fa5af
commit 854aa79255
1 changed files with 3 additions and 18 deletions

View File

@ -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";
}