Updated Colour theme, reduced skills content
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s

This commit is contained in:
2025-02-03 13:49:21 +00:00
parent 93ca58f487
commit 099bf34c19
6 changed files with 390 additions and 597 deletions

View File

@ -88,7 +88,6 @@
.button {
color: var(--fg);
background-color: var(--bg-grad-1);
box-shadow: .1em .1em .1em var(--link);
transition: all 0.2s;
}

View File

@ -29,16 +29,13 @@
padding: 1em 0em 1em 1em;
background-color: var(--input);
color: var(--fg);
border: 0;
border: 1px solid var(--fg);
outline: 0;
border-radius: 8px;
resize: none;
min-width: 100%;
transition: all 0.15s;
&:focus, &:hover{
box-shadow: .2em .2em .2em var(--green);
}
font-size: smaller;
}
textarea {