refactor(editor): Change UI and monospace fonts (#13839)

This commit is contained in:
Tuukka Kantola
2025-03-17 21:13:57 +01:00
committed by GitHub
parent bda068880e
commit eb91111ddf
83 changed files with 153 additions and 146 deletions

View File

@@ -715,7 +715,7 @@ $--header-spacing: 20px;
.activator {
color: $custom-font-dark;
font-weight: 400;
font-weight: var(--font-weight-regular);
font-size: 13px;
line-height: $--text-line-height;
align-items: center;
@@ -729,7 +729,7 @@ $--header-spacing: 20px;
font-size: 12px;
padding: 20px 0; // to be more clickable
color: $custom-font-very-light;
font-weight: 600;
font-weight: var(--font-weight-bold);
white-space: nowrap;
&:hover {