diff --git a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss index 96f2455d..0de4a981 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss @@ -17,8 +17,14 @@ QMainWindow { image-position: center; } -#author-label, #os-link-label { - font-size: 14px; - color: #adadb1; - +#version-label { + font-size: 15px; +} + +#author-label, #os-link-label, #link-label, #author-label { + font-size: 14px; +} + +#author-label, #os-link-label { + color: #adadb1; }