3
0
mirror of https://git.coop/cotech/website.git synced 2026-03-19 20:15:59 +00:00

make links not small

This commit is contained in:
da5nsy
2026-03-19 14:09:46 +00:00
parent b6c3ffed42
commit fe15aabd37

View File

@ -69,6 +69,9 @@ p, li, a {
font-family: "open_sansregular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
color: var(--cotech-white);
font-weight: 300;
}
p, li {
line-height: 1.4;
}