mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
@@ -18,6 +18,7 @@ body {
|
||||
font-family: 'Lato', sans-serif;
|
||||
color: #FFF;
|
||||
background-color: #151515;
|
||||
transition: ease-in-out .25s;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@@ -53,16 +54,18 @@ main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
transition: opactiy .25s;
|
||||
transition: ease-in-out .25s;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.navbarSlogan:hover {
|
||||
color: var(--accent);
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 5px;
|
||||
}
|
||||
|
||||
.brand:hover {
|
||||
opacity: .95;
|
||||
color: var(--text);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.error {
|
||||
|
||||
Reference in New Issue
Block a user