mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2024-12-26 19:58:20 +01:00
Make the sitename render as inline-block to prevent accidental clicking
This commit is contained in:
parent
2fa9de5cf7
commit
51d7954d71
@ -380,6 +380,8 @@ a:visited {
|
||||
color: var(--page-link-visited);
|
||||
}
|
||||
|
||||
a.sitename { display: inline-block; }
|
||||
|
||||
h1, a.sitename {
|
||||
margin: var(--heading-mg);
|
||||
padding: var(--heading-pad);
|
||||
|
Loading…
Reference in New Issue
Block a user