a decent working guix config

This commit is contained in:
Chris Cochrun 2023-06-23 10:02:12 -05:00
parent ae77d05e2f
commit 0ebbec7644
22 changed files with 2302 additions and 279 deletions

View file

@ -50,8 +50,8 @@
padding: 0.4rem;
}
#completions table { font-size: 1.0rem;
font-weight: 500;
#completions table { font-size: 1.0rem !important;
font-weight: 800 !important;
border-spacing: 0;
table-layout: fixed;
padding: 1rem;
@ -69,7 +69,7 @@
color: var(--tridactyl-fg);
background: var(--tridactyl-bg);
display: inline-block;
font-size: unset;
font-size: 1.0rem !important;
font-weight: 600 !important;
overflow: hidden;
width: 100%;