Skip to content

Commit

Permalink
GH-93: Avoid title color bug with upcoming PR #312
Browse files Browse the repository at this point in the history
Ensure heading turns white.
  • Loading branch information
wesleyboar committed Aug 13, 2021
1 parent 1729430 commit 74b9a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Styleguide Components.ArticlePreview
margin-top: 0; /* overwrite Bootstrap and browser */
margin-bottom: 0; /* overwrite Bootstrap and browser */

color: inherit;
font-weight: var(--bold);
line-height: 2.4rem;
}
Expand Down
2 changes: 1 addition & 1 deletion taccsite_custom
Submodule taccsite_custom updated 64 files
+8 −0 _shared/__init__.md
+0 −0 _shared/__init__.py
+15 −0 _shared/static/css/src/README.md
+38 −0 _shared/static/css/src/_migrations/README.md
+6 −6 _shared/static/css/src/_migrations/v1_v2/angular-material.1.1.8.css
+26 −10 _shared/static/css/src/_migrations/v1_v2/bootstrap.3.3.7.css
+29 −0 _shared/static/css/src/_migrations/v1_v2/main.portal.css
+5 −0 _shared/static/css/src/migrate.v1_v2.css
+1 −0 a2cps-cms/snippets/gh-245-markup-single-paragraph-whitespace.html
+114 −0 a2cps-cms/static/a2cps-cms/css/src/_migrations/v1_v2/a2cps.css
+4 −0 a2cps-cms/static/a2cps-cms/css/src/migrate.v1_v2.css
+4 −1 a2cps-cms/templates/fullwidth.html
+1 −0 a2cps-cms/templates/snippets/README.md
+0 −0 a2cps-cms/templates/snippets/a2cps-consortium-map.html
+0 −0 a2cps-cms/templates/snippets/iframe-report-consort.html
+0 −0 a2cps-cms/templates/snippets/iframe-report-weekly-dash.html
+0 −0 a2cps-cms/templates/snippets/study-timeline-table.html
+0 −0 a2cps-cms/templates/snippets/twitter.html
+0 −43 example-cms/snippets/README.md
+3 −0 example-cms/static/example-cms/css/src/migrate.v1_v2.css
+4 −0 example-cms/templates/fullwidth.html
+1 −0 example-cms/templates/snippets/README.md
+8 −0 frontera-cms/secrets.py
+0 −16 frontera-cms/static/frontera-cms/css/archive/main.portal.css
+0 −7 frontera-cms/static/frontera-cms/css/src/_imports/components/tacc.c-footer.css
+1 −0 frontera-cms/static/frontera-cms/css/src/_imports/trumps/deprecated/s-article-preview.css
+1 −0 frontera-cms/static/frontera-cms/css/src/_imports/trumps/s-home.css
+10 −4 frontera-cms/static/frontera-cms/css/src/_migrations/v1_v2/frontera.css
+5 −0 frontera-cms/static/frontera-cms/css/src/migrate.v1_v2.css
+1 −1 frontera-cms/static/frontera-cms/css/src/site.css
+5 −0 frontera-cms/static/frontera-cms/img/org_logos/tacc-white.md
+ frontera-cms/static/frontera-cms/img/org_logos/tacc-white.png
+7 −7 frontera-cms/templates/fullwidth.html
+1 −0 frontera-cms/templates/snippets/README.md
+0 −0 frontera-cms/templates/snippets/newsletter-body--july-2020.html
+0 −0 frontera-cms/templates/snippets/newsletter-body--july-2021.html
+0 −0 frontera-cms/templates/snippets/newsletter-body--march-2021.html
+0 −0 frontera-cms/templates/snippets/newsletter-body--november-2020.html
+0 −0 frontera-cms/templates/snippets/newsletter-foot.html
+0 −0 frontera-cms/templates/snippets/newsletter-head.html
+0 −0 frontera-cms/templates/snippets/slide-show.html
+0 −0 frontera-cms/templates/snippets/system-monitor.html
+0 −43 neuronex-cms/snippets/README.md
+3 −0 neuronex-cms/static/neuronex-cms/css/src/migrate.v1_v2.css
+4 −0 neuronex-cms/templates/fullwidth.html
+1 −0 neuronex-cms/templates/snippets/README.md
+0 −43 protx-cms/snippets/README.md
+1 −0 protx-cms/templates/snippets/README.md
+6 −2 texascale-org/static/texascale-org/css/src/_imports/components/deprecated/bootstrap.blockquote.css
+42 −0 texascale-org/static/texascale-org/css/src/_imports/components/deprecated/c-offset-content.css
+0 −28 texascale-org/static/texascale-org/css/src/_imports/components/tacc.c-offset-content.css
+5 −0 texascale-org/static/texascale-org/css/src/_imports/objects/o-offset-content.css
+4 −2 texascale-org/static/texascale-org/css/src/_imports/trumps/s-article-page.css
+8 −0 texascale-org/static/texascale-org/css/src/_imports/trumps/s-blockquote.css
+5 −3 texascale-org/static/texascale-org/css/src/site.css
+1 −0 texascale-org/templates/snippets/README.md
+0 −0 texascale-org/templates/snippets/core-gl-19-support-align-center.html
+0 −0 texascale-org/templates/snippets/image-map-frontera-secret-sauce-markup.html
+0 −0 texascale-org/templates/snippets/image-map-frontera-secret-sauce-styles.html
+0 −0 texascale-org/templates/snippets/image-map-whats-in-a-node-markup.html
+0 −0 texascale-org/templates/snippets/image-map-whats-in-a-node-styles.html
+0 −0 texascale-org/templates/snippets/meet-fellows.html
+0 −43 tup-cms/snippets/README.md
+1 −0 tup-cms/templates/snippets/README.md

0 comments on commit 74b9a9c

Please sign in to comment.