mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 23:08:32 +02:00
Fix more minor styling issues with header views
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
margin: 0.2rem 0.2rem 0 0;
|
margin: 0.2rem 0.2rem 0 0;
|
||||||
padding: 0.2rem 0.4rem;
|
padding: 0.2rem 0.4rem;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -463,6 +463,11 @@
|
|||||||
a:visited {
|
a:visited {
|
||||||
color: map-get($theme, "foreground-primary");
|
color: map-get($theme, "foreground-primary");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toast a,
|
||||||
|
.toast a:visited {
|
||||||
|
color: map-get($theme, "link");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-header-logo,
|
.site-header-logo,
|
||||||
|
|||||||
Reference in New Issue
Block a user