a few fixes

This commit is contained in:
Yann Esposito (Yogsototh) 2024-04-25 13:58:42 +02:00
parent 8d091c3f8f
commit 89e8802803
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
4 changed files with 5 additions and 3 deletions

1
brut.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -8,7 +8,7 @@ mkdir $DIST -p
[ -f $TMPCSS ] && rm -f $TMPCSS
subtypes=(colors general buttons grid components headings icons forms navbar tables messages)
subtypes=(general buttons grid components headings icons forms navbar tables messages colors )
YEAR="$(date +"%Y")"
echo -n "/* Copyright $YEAR Yann Esposito; MIT licensed */" >> $TMPCSS

View file

@ -39,6 +39,7 @@ p > a, li > a { color: var(--accent); }
}
.hl, .b, .info, .g, .ok, .y, .warn, .r, .err, .m, .fatal, .o, .v, .c,.alert {
color: var(--bg);
a { color: var(--bg); }
}
.hl { background-color: var(--fg); }

View file

@ -22,8 +22,8 @@ img { max-width: 100%; }
}
}
pre { background: var(--bg2);
padding: 0;
pre { background: var(--darken);
padding: 10px;
margin: 0;
line-height: 1rem;
overflow: scroll;