improve slightly dark-mode buttons

This commit is contained in:
Yann Esposito (Yogsototh) 2022-10-10 20:04:30 +02:00
parent 84007b3f8f
commit cd31348145
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
3 changed files with 3 additions and 3 deletions

2
brut.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -21,7 +21,7 @@
.btn {
background: var(--n0);
border: solid 2px #000;
border: solid 2px var(--fg);
color: #fff;
font-weight: bold;
cursor: pointer;

View file

@ -33,7 +33,7 @@
--n1: lighten(@dark-neutral,10%);
--n2: lighten(@dark-neutral,20%);
--shadow: rgba(128,128,128,0.3);
--shadow: rgba(200,200,200,0.7);
--cnt: #000;
--na: #eee;