mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
os1: add dark mode style for app name in headers
This commit is contained in:
parent
93c881cec9
commit
bfeb481b80
@ -41,7 +41,7 @@ export class HeaderBar extends Component {
|
||||
className="dib f9 v-mid inter ml2"
|
||||
href="/"
|
||||
style={{ top: 14 }}>
|
||||
⟵</a> <p className="dib f9 v-mid inter ml2">Messaging</p>
|
||||
⟵</a> <p className="dib f9 v-mid inter ml2 white-d">Messaging</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -41,7 +41,7 @@ export class HeaderBar extends Component {
|
||||
className="dib f9 v-mid inter ml2"
|
||||
href="/"
|
||||
style={{ top: 14 }}>
|
||||
⟵</a> <p className="dib f9 v-mid inter ml2">Manage Groups</p>
|
||||
⟵</a> <p className="dib f9 v-mid inter ml2 white-d">Manage Groups</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -41,7 +41,7 @@ export class HeaderBar extends Component {
|
||||
className="dib f9 v-mid inter ml2"
|
||||
href="/"
|
||||
style={{ top: 14 }}>
|
||||
⟵</a> <p className="dib f9 v-mid inter ml2">Links</p>
|
||||
⟵</a> <p className="dib f9 v-mid inter ml2 white-d">Links</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -41,7 +41,7 @@ export class HeaderBar extends Component {
|
||||
className="dib f9 v-mid inter ml2"
|
||||
href="/"
|
||||
style={{ top: 14 }}>
|
||||
⟵</a> <p className="dib f9 v-mid inter ml2">Publishing</p>
|
||||
⟵</a> <p className="dib f9 v-mid inter ml2 white-d">Publishing</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -38,7 +38,7 @@ export class HeaderBar extends Component {
|
||||
className="dib f9 v-mid inter ml2"
|
||||
href="/"
|
||||
style={{ top: 14 }}>
|
||||
⟵</a> <p className="dib f9 v-mid inter ml2">Dojo</p>
|
||||
⟵</a> <p className="dib f9 v-mid inter ml2 white-d">Dojo</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user