Skip to content

Commit

Permalink
Themes: More adjustment to Dark theme
Browse files Browse the repository at this point in the history
(reference #52 )
  • Loading branch information
piotrzarzycki21 committed Jan 3, 2024
1 parent 9813c54 commit 049d6ea
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
<j:FooterBar id="appFooter" fixed="true">
<j:BarRow>
<j:BarSection>
<j:Label className="smallFontGrey" text="{versionText}"/>
<j:Label className="smallFont" text="{versionText}"/>
</j:BarSection>
<j:BarSection itemsHorizontalAlign="itemsCenter">
<j:Label className="smallFont" html="{footerText}" percentWidth="100">
Expand All @@ -300,8 +300,7 @@
</j:Label>
</j:BarSection>
<j:BarSection itemsHorizontalAlign="itemsRight">
<j:Label id="authIdLabel"
className="smallFontGrey" text="{authenticationId}"/>
<j:Label id="authIdLabel" className="smallFont" text="{authenticationId}"/>
</j:BarSection>
</j:BarRow>
</j:FooterBar>
Expand Down
5 changes: 0 additions & 5 deletions Super.Human.Portal_Royale/src/resources/app-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ a:hover {
fontSize: 12px !important;
}

.jewel.label.smallFontGrey {
fontSize: 12px !important;
color: #666666;
}

.jewel.label.bigFont {
fontSize: 1.25em !important;
}
Expand Down
25 changes: 22 additions & 3 deletions Super.Human.Portal_Royale/src/resources/themes/dark/defaults.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 049d6ea

Please sign in to comment.