mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 06:45:42 +03:00
spa: restoring dark mode styles
This commit is contained in:
parent
757e974dbc
commit
57d6023056
@ -13,14 +13,6 @@ p, h1, h2, h3, h4, h5, h6, a, input, textarea, button {
|
||||
font-family: Inter, sans-serif;
|
||||
}
|
||||
|
||||
a:any-link {
|
||||
color: unset;
|
||||
}
|
||||
|
||||
a:-webkit-any-link {
|
||||
color: unset;
|
||||
}
|
||||
|
||||
textarea, select, input, button { outline: none; }
|
||||
|
||||
.c-default {
|
||||
|
@ -54,7 +54,7 @@ const StatusBar = (props) => {
|
||||
location.pathname === '/'
|
||||
? null
|
||||
: <Link
|
||||
className="dib f9 v-mid inter ml2 no-underline"
|
||||
className="dib f9 v-mid inter ml2 no-underline white-d"
|
||||
to="/"
|
||||
style={{ top: 14 }}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user