update fonts

This commit is contained in:
Simon Vieille 2023-05-20 16:50:11 +02:00
parent 3bbbff75a5
commit f60f2fdc7a
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -8,14 +8,9 @@
src: url('./fonts/ubuntu-mono.ttf');
}
/*
:root {
--color-hover: #3c7ead;
--color-primary-light-1: #4793cc;
--color-primary: #4793cc;
--fonts-override: 'Ubuntu';
}
*/
.code-block, .code-block code {
font-family: 'UbuntuMono';
@ -23,11 +18,6 @@
#navbar .active {
background: var(--color-hover) !important;
/* background: #d46ba3; */
}
#navbar {
/* background: linear-gradient(45deg,#d46ba3,#d4885c 29%,#d4b25d 66%,#d46ba3); */
}
#profile-avatar, .user.profile > .ui > .ui > .ui > .ui.card > .image {