Updated Colour theme, reduced skills content
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user