adfj
This commit is contained in:
parent
945e6eb047
commit
a2779cd9c7
@ -112,6 +112,9 @@ footer {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
border: 1px solid var(--primary-color);
|
||||||
|
border-radius: 2px;
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
text-shadow: 0 0 3px var(--primary-color);
|
text-shadow: 0 0 3px var(--primary-color);
|
||||||
}
|
}
|
||||||
@ -120,3 +123,10 @@ a:hover {
|
|||||||
background: var(--primary-color);
|
background: var(--primary-color);
|
||||||
color: var(--background-color);
|
color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 1rem;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user