UI improvements
This commit is contained in:
parent
dc0837bfee
commit
1998a36d6d
13 changed files with 148 additions and 241 deletions
|
@ -55,9 +55,8 @@ a.link-button:hover {
|
|||
box-shadow: 0 0 1em var(--links);
|
||||
}
|
||||
|
||||
a img {
|
||||
height: .9em;
|
||||
transform: translateY(.1em);
|
||||
a img.icon {
|
||||
height: .8em;
|
||||
}
|
||||
|
||||
small {
|
||||
|
|
|
@ -390,6 +390,13 @@ ul#links a:hover {
|
|||
animation: share-after 2s cubic-bezier(.5,0,1,.5) forwards
|
||||
}
|
||||
|
||||
h2 {
|
||||
width: fit-content;
|
||||
padding: .3em 1em;
|
||||
font-size: 1em;
|
||||
background: #101010;
|
||||
}
|
||||
|
||||
div#extras ul {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue