new buttons and tweaked bg gradients
This commit is contained in:
parent
88b81681cb
commit
cd8c51097c
8 changed files with 255 additions and 108 deletions
|
@ -17,7 +17,7 @@
|
|||
width: min-content;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border: var(--border-thickness) solid var(--text-col);
|
||||
border: var(--border-thickness) solid var(--border-col);
|
||||
border-radius: 1em;
|
||||
box-shadow: var(--text-shadow);
|
||||
background: hsl(340, 45%, 65%);
|
||||
|
@ -221,3 +221,12 @@ footer {
|
|||
justify-content: end;
|
||||
grid-area: 1 / 3 / auto / auto;
|
||||
}
|
||||
|
||||
#tags ul {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#tags li {
|
||||
display: inline;
|
||||
margin-right: 0.75em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue