mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 14:24:50 +00:00
commit
03e5d07f16
1 changed files with 9 additions and 5 deletions
14
style.css
14
style.css
|
@ -216,7 +216,14 @@ footer {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
line-height: 1.75em;
|
line-height: 1.75em;
|
||||||
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
||||||
font-style: bold
|
font-style: bold;
|
||||||
|
animation: 3s ease-in 1s infinite;
|
||||||
|
transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.socials a:hover {
|
||||||
|
background-color: var(--ctp-peach);
|
||||||
|
color: var(--ctp-mantle);
|
||||||
}
|
}
|
||||||
|
|
||||||
assets/left.svg {
|
assets/left.svg {
|
||||||
|
@ -243,10 +250,7 @@ select {
|
||||||
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
||||||
}
|
}
|
||||||
|
|
||||||
.socials a:hover {
|
|
||||||
background-color: var(--ctp-peach);
|
|
||||||
color: var(--ctp-mantle);
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue