improve appearance

This commit is contained in:
2025-06-09 11:45:49 -06:00
parent d4ac24c869
commit 97a31721d0
32 changed files with 8340 additions and 103 deletions

View File

@ -1,4 +1,5 @@
#publications
font-weight: 300
ul
list-style: none
margin: 0
@ -11,3 +12,10 @@
background: $surface
border-radius: 8px
padding: 1em 1.5em
a
color: $primary-light
text-decoration: none
font-weight: 100
transition: color 0.3s ease-in-out
&:hover, &:focus
color: $accent-light