Skip to content
Snippets Groups Projects
Verified Commit 036c8586 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

use inherited font

parent f1169878
No related branches found
No related tags found
No related merge requests found
...@@ -47,3 +47,6 @@ div[data-template=mensaPlan] .ui-state-active a:link, ...@@ -47,3 +47,6 @@ div[data-template=mensaPlan] .ui-state-active a:link,
div[data-template=mensaPlan] .ui-state-active a:visited { div[data-template=mensaPlan] .ui-state-active a:visited {
color: inherit; color: inherit;
} }
div[data-template=mensaPlan] .ui-widget {
font-family: inherit;
}
...@@ -46,4 +46,8 @@ color: #9f9f9f; ...@@ -46,4 +46,8 @@ color: #9f9f9f;
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: inherit; color: inherit;
} }
.ui-widget {
font-family: inherit;
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment