Refine gameday and navbar UI
This commit is contained in:
@@ -126,6 +126,27 @@ select {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.site-brand-mark {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: var(--accent-soft);
|
||||
font-size: 1.4rem;
|
||||
line-height: 1;
|
||||
margin-left: 0.15rem;
|
||||
}
|
||||
|
||||
.site-brand-copy {
|
||||
display: grid;
|
||||
gap: 0.16rem;
|
||||
}
|
||||
|
||||
.current-page-label {
|
||||
color: rgba(255, 255, 255, 0.68);
|
||||
font-size: 0.72rem;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.clip-list-add-button .bootstrap-icon {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user