💄 feat(css): use heavy font for clock
This commit is contained in:
parent
d745299000
commit
6455a05189
2 changed files with 4 additions and 3 deletions
|
@ -30,9 +30,9 @@
|
|||
</div>
|
||||
<div class="link">
|
||||
<ul>
|
||||
<li><a href="https://youtube.com">youtube</a></li>
|
||||
<li><a href="https://neocities.org">neocities</a></li>
|
||||
<li><a href="https://punkfairie.net">punkfairie.net</a></li>
|
||||
<li><a href="https://elk.zone">mastodon</a></li>
|
||||
<li><a href="https://reddit.com">reddit</a></li>
|
||||
<li><a href="https://github.com">github</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
}
|
||||
|
||||
--font: "FairiesevkaSans Nerd Font Propo";
|
||||
--clock-font: "FairiesevkaSans Nerd Font Propo Heavy";
|
||||
--page-bg: var(--base);
|
||||
--clock-fg: var(--text);
|
||||
--search-bg: var(--overlay);
|
||||
|
@ -113,7 +114,7 @@ a:hover {
|
|||
}
|
||||
|
||||
.time {
|
||||
font-family: var(--font), monospace;
|
||||
font-family: var(--clock-font), monospace;
|
||||
font-weight: mono;
|
||||
font-size: 5.5rem;
|
||||
margin: 50px 0px 50px 0px;
|
||||
|
|
Loading…
Reference in a new issue