minor fixes

This commit is contained in:
Yann Esposito (Yogsototh) 2022-09-27 15:20:06 +02:00
parent 51b182347f
commit 575838f1a0
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
4 changed files with 5 additions and 7 deletions

2
brut.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -59,8 +59,8 @@
<h3>Sizes</h3>
<a class="tb sm">tb sm</a>
<a class="tb info">tb</a>
<a class="tb big ok">tb big</a>
<a class="tb huge warn">tb huge</a>
<a class="tb big warn">tb big</a>
<a class="tb huge err">tb huge</a>
<h2>Classic</h2>
<a class="btn">btn</a>

View file

@ -91,7 +91,4 @@
.err { color: var(--ce0); }
.bg-err { background: var(--ce-1); }
a { color: var(--ci0);
&:hover { color: var(--ci1); }
&:active { color: var(--ci2); }
}
a { color: var(--fg); }

View file

@ -20,6 +20,7 @@
}
.nav .pagename {
font-weight: bold;
font-size: 22px;
top: 1px;
}