style changes & href fix
This commit is contained in:
parent
f96a00e27f
commit
c3036ac98a
|
@ -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>
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue