style changes & href fix
This commit is contained in:
parent
f96a00e27f
commit
c3036ac98a
|
@ -26,7 +26,7 @@
|
|||
</a>
|
||||
{/each}
|
||||
<!-- svelte-ignore a11y-missing-content -->
|
||||
<a class="item add" href="google.com" />
|
||||
<a class="item add" href="/graph/new" />
|
||||
{:catch error}
|
||||
<span class="item">
|
||||
<h2 style="color: red">{error.message}</h2>
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
<style lang="scss">
|
||||
@use "../styles/GridList";
|
||||
.item {
|
||||
border: none;
|
||||
font-size: 1.17em;
|
||||
|
||||
a {
|
||||
|
|
|
@ -107,8 +107,11 @@
|
|||
.item {
|
||||
color: hsl(30, 20%, 90%);
|
||||
}
|
||||
form input[type="text"] {
|
||||
font-size: 1.17em;
|
||||
font-family: "Minecraft";
|
||||
}
|
||||
button.profile {
|
||||
border: none;
|
||||
font-size: 1.17em;
|
||||
font-family: "Minecraft";
|
||||
p:nth-child(1) {
|
||||
|
|
|
@ -7,6 +7,7 @@ div#list {
|
|||
gap: 0.75em;
|
||||
}
|
||||
.item {
|
||||
border: none;
|
||||
padding: 1em;
|
||||
background-color: hsl(236, 10%, 20%);
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Reference in New Issue