We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e213c14 commit c3ad286Copy full SHA for c3ad286
1 file changed
src/ui/navbar.vue
@@ -5,7 +5,7 @@
5
</s-icon-button>
6
<div slot="headline">
7
<span class="nav-title">
8
- function-plot-GUI
+ Function-Plot-GUI
9
<span class="version"> v{{ version }} </span>
10
</span>
11
</div>
@@ -83,8 +83,8 @@ const theme = useTheme();
83
}
84
85
.nav-title {
86
- font-size: 20px;
87
font-weight: bold;
+ color: var(--s-color-on-background);
88
89
.version {
90
opacity: 0.5;
0 commit comments