add home link
This commit is contained in:
@@ -51,6 +51,16 @@ body {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.site-link {
|
||||
color: var(--text);
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.site-link:hover {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.controls {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
|
||||
Reference in New Issue
Block a user