Use 700 instead of 900 font-weight in dark theme

900 just does not make sense, because we don't load the Roboto font for
weight 900. We can reconsider 900, if we think we need it, but then we
should also download the proper font files.

Change-Id: I5edfbd10d555be2ce6621aaf0d6f96e84e138058
This commit is contained in:
Ben Rohlfs
2020-02-18 13:17:34 +01:00
parent b2d0b71635
commit ae70829141
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ html {
--line-height-h3: 1.714rem; /* 24px */
--line-height-h2: 2rem; /* 28px */
--line-height-h1: 2.286rem; /* 32px */
--font-weight-normal: 400;
--font-weight-normal: 400; /* 400 is the same as 'normal' */
--font-weight-bold: 500;
/* spacing */

View File

@@ -70,7 +70,7 @@ limitations under the License.
--border-color: #5f6368;
/* fonts */
--font-weight-bold: 900;
--font-weight-bold: 700; /* 700 is the same as 'bold' */
/* spacing */