style changes & href fix

This commit is contained in:
Gleb Koval 2021-07-07 21:21:38 +01:00
parent f96a00e27f
commit c3036ac98a
No known key found for this signature in database
GPG Key ID: 120F2F6DA9D995FB
4 changed files with 6 additions and 3 deletions

View File

@ -26,7 +26,7 @@
</a> </a>
{/each} {/each}
<!-- svelte-ignore a11y-missing-content --> <!-- svelte-ignore a11y-missing-content -->
<a class="item add" href="google.com" /> <a class="item add" href="/graph/new" />
{:catch error} {:catch error}
<span class="item"> <span class="item">
<h2 style="color: red">{error.message}</h2> <h2 style="color: red">{error.message}</h2>

View File

@ -50,7 +50,6 @@
<style lang="scss"> <style lang="scss">
@use "../styles/GridList"; @use "../styles/GridList";
.item { .item {
border: none;
font-size: 1.17em; font-size: 1.17em;
a { a {

View File

@ -107,8 +107,11 @@
.item { .item {
color: hsl(30, 20%, 90%); color: hsl(30, 20%, 90%);
} }
form input[type="text"] {
font-size: 1.17em;
font-family: "Minecraft";
}
button.profile { button.profile {
border: none;
font-size: 1.17em; font-size: 1.17em;
font-family: "Minecraft"; font-family: "Minecraft";
p:nth-child(1) { p:nth-child(1) {

View File

@ -7,6 +7,7 @@ div#list {
gap: 0.75em; gap: 0.75em;
} }
.item { .item {
border: none;
padding: 1em; padding: 1em;
background-color: hsl(236, 10%, 20%); background-color: hsl(236, 10%, 20%);
overflow-y: auto; overflow-y: auto;