diff options
Diffstat (limited to 'asset-sources')
| -rw-r--r-- | asset-sources/theme.scss | 26 | 
1 files changed, 25 insertions, 1 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 35a3df1..12eff78 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -3,7 +3,7 @@ html {  }  body { -  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; +  font-family: "Junction", sans-serif;    font-weight: 300;    color: #101010;    background: #efefef; @@ -34,10 +34,24 @@ strong {    }  } +.navbar { +  font-family: "Inter", sans-serif; +  font-weight: 400; +  margin-bottom: 1em; +} + +.ui-element { +  font-family: "Inter", sans-serif; +} +  .brand-link {    text-decoration: none;  } +#homeOverview { +  margin-bottom: 1em; +} +  .badge-container {    width: 50px;    height: 50px; @@ -111,6 +125,11 @@ strong {      max-width: 100%;  } +.track-badges { +  justify-content: center; +  margin-bottom: 1em; +} +  .summary-toggler {    cursor: pointer;  } @@ -156,6 +175,7 @@ strong {    width: 50px;    display: inline-block;    text-align: right; +  font-variant: lining-nums;  }  .calendar-title { @@ -234,6 +254,10 @@ strong {    }  } +.browse-summary { +  font-variant: lining-nums; +} +  /* Ensure a consistent width of the cells in the browse view. */  .browse-summary th, .browse-summary td {    width: 25%;  | 
