mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-06-07 16:49:55 -07:00
updated css
This commit is contained in:
14
style.css
14
style.css
@ -93,6 +93,20 @@ body>header>a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body>header>nav {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
body>header>nav>a {
|
||||||
|
color: var(--foreground);
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body>.content {
|
body>.content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
Reference in New Issue
Block a user