basic but better search results,
This commit is contained in:
13
main.css
13
main.css
@@ -44,7 +44,7 @@ body {
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgb(119, 205, 233);
|
||||
color: rgb(27 120 151);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -146,6 +146,8 @@ main {
|
||||
max-width: 600px;
|
||||
margin: auto;
|
||||
margin-top: 1rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
.main-animation {
|
||||
@@ -192,13 +194,22 @@ main {
|
||||
content: ". ";
|
||||
}
|
||||
|
||||
.result-notes {
|
||||
font-size: 0.85rem;
|
||||
color: var(--darkgrey);
|
||||
margin-top: 6px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.result summary {
|
||||
margin-top: 4px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.result details p {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
/* todo. organize this file better. this is a fucking mess */
|
||||
Reference in New Issue
Block a user