mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 08:14:49 +00:00
Update style.css
Signed-off-by: Gen <buzhybrid@gmail.com>
This commit is contained in:
parent
4d38abdf03
commit
41f9bb2c2a
1 changed files with 3 additions and 3 deletions
|
@ -182,7 +182,6 @@ li {
|
|||
text-align: center;
|
||||
list-style-type: none;
|
||||
margin-bottom: 1.5px;
|
||||
font-style: italic;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
|
@ -209,14 +208,15 @@ footer {
|
|||
text-decoration: none;
|
||||
color: var(--ctp-text);
|
||||
background-color: var(--ctp-surface0);
|
||||
border-radius: 7px;
|
||||
border-radius: 10px;
|
||||
border: 2px solid;
|
||||
border-color: var(--ctp-mantle);
|
||||
border-color: var(--ctp-peach);
|
||||
text-align: center;
|
||||
font-size: 1.25em;
|
||||
margin: 5px;
|
||||
line-height: 1.75em;
|
||||
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
||||
font-style: bold
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue