Skip to content

Commit

Permalink
improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Oct 19, 2024
1 parent d458928 commit cf40001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/server/src/user/styles/override.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
--studio-overtime: #101010;

/** View specific features: /lower */
--lowerThird-font-family-override: 'Times New Roman';
--lowerThird-font-family-override: 'Courier New';
--lowerThird-top-font-weight-override: bold;
--lowerThird-bottom-font-weight-override: bold;
--lowerThird-top-font-style-override: normal;
--lowerThird-bottom-font-style-override: italic;
--lowerThird-line-height-override: 1vh;
--lowerThird-text-align-override: center;
--lowerThird-text-align-override: end;
}

/**
Expand Down

0 comments on commit cf40001

Please sign in to comment.