This commit is contained in:
sco
2021-11-11 21:28:35 +01:00
parent fb4f86be43
commit 628346b035
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ body {
a { a {
color: var(--text-header); color: var(--text-header);
padding: 8px 12px; padding: 6px 6px;
&:hover, &:hover,
&:focus { &:focus {
color: var(--text-header); color: var(--text-header);
+1 -1
View File
@@ -1,5 +1,5 @@
<template> <template>
<a aria-label="clock" class="navbar-item is-inline-block-mobile"> <a aria-label="clock" class="navbar-item is-inline-block-mobile" style="font-family:monospace; font-size:0.9em;">
<i class="fas fa-clock"></i> <i class="fas fa-clock"></i>
{{clock}} {{clock}}
</a> </a>