View button font change (#152)
continuous-integration/drone/push Build is passing Details

Closes #145

Changes the font of view on the front page so it syncs with the rest of the page.

https://view-font-csc-class-profile-staging-snedadah.k8s.csclub.cloud/
Co-authored-by: ricsign <ricsign123@gmail.com>
Reviewed-on: #152
Reviewed-by: Mark Chiu <e26chiu@csclub.uwaterloo.ca>
Reviewed-by: Shahan Nedadahandeh <snedadah@csclub.uwaterloo.ca>
This commit is contained in:
Richard Shuai 2023-02-01 21:45:46 -05:00
parent 1a6d031dd6
commit 8f39bb3483
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@
font-size: calc(30rem / 16);
color: var(--primary-accent-light);
font-weight: 700;
font-family: 'Inconsolata';
position: relative;
cursor: pointer;
padding: 0;