Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_wcms_gesso
Commits
91503941
Commit
91503941
authored
Sep 02, 2021
by
Kevin Paxman
Browse files
Merge branch 'feature/ISTWCMS-4848-m26lebla-faculty-colours' into '3.0.x'
ISTWCMS-4848 m26lebla faculty colours See merge request
!91
parents
c6abab4c
faf9fcba
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
1548 additions
and
377 deletions
+1548
-377
css/styles.css
css/styles.css
+1271
-275
css/styles.min.css
css/styles.min.css
+1
-1
css/uw-dashboards.min.css
css/uw-dashboards.min.css
+1
-1
js/component_scripts.min.js
js/component_scripts.min.js
+17
-17
source/_data/design-tokens.artifact.yml
source/_data/design-tokens.artifact.yml
+0
-8
source/_patterns/00-config/01-mixins/_mixins.uw.scss
source/_patterns/00-config/01-mixins/_mixins.uw.scss
+3
-3
source/_patterns/00-config/_design-tokens.artifact.scss
source/_patterns/00-config/_design-tokens.artifact.scss
+0
-8
source/_patterns/00-config/config.design-tokens.yml
source/_patterns/00-config/config.design-tokens.yml
+0
-8
source/_patterns/01-global/00-colors/_colors.scss
source/_patterns/01-global/00-colors/_colors.scss
+177
-0
source/_patterns/02-base/date-formats/_date-format.twig
source/_patterns/02-base/date-formats/_date-format.twig
+2
-2
source/_patterns/02-base/date-formats/_date-formats.scss
source/_patterns/02-base/date-formats/_date-formats.scss
+1
-8
source/_patterns/03-layouts/footer/_footer.scss
source/_patterns/03-layouts/footer/_footer.scss
+0
-3
source/_patterns/03-layouts/site-footer/_site-footer.scss
source/_patterns/03-layouts/site-footer/_site-footer.scss
+1
-0
source/_patterns/04-components/blockquote/_blockquote.scss
source/_patterns/04-components/blockquote/_blockquote.scss
+9
-5
source/_patterns/04-components/blockquote/blockquote.twig
source/_patterns/04-components/blockquote/blockquote.twig
+2
-0
source/_patterns/04-components/call-to-action/_call-to-action.scss
...atterns/04-components/call-to-action/_call-to-action.scss
+10
-1
source/_patterns/04-components/card/card--banner/_card--banner.scss
...tterns/04-components/card/card--banner/_card--banner.scss
+44
-7
source/_patterns/04-components/card/card--node/_card--node.scss
.../_patterns/04-components/card/card--node/_card--node.scss
+4
-1
source/_patterns/04-components/facts-and-figures/_facts-and-figures.scss
...s/04-components/facts-and-figures/_facts-and-figures.scss
+5
-28
source/_patterns/04-components/menu/menu--footer/_menu--footer.scss
...tterns/04-components/menu/menu--footer/_menu--footer.scss
+0
-1
No files found.
css/styles.css
View file @
91503941
...
...
@@ -19,6 +19,1046 @@
opacity
:
1
;
}
}
.org-default
h1
,
.org-default
h2
,
.org-default
h3
,
.org-default
h4
,
.org-default
h5
,
.org-default
h6
{
color
:
#000
;
}
.org-default
a
:not
(
.button
)
{
color
:
#000
;
}
.org-default
a
:not
(
.button
)
:hover
,
.org-default
a
:not
(
.button
)
:focus
{
color
:
#787878
;
}
.org-default
.menu--uw-footer
li
a
{
color
:
#fff
;
}
.org-default
.menu--uw-footer
li
a
:hover
,
.org-default
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-default
.uw-site-footer__content
a
{
color
:
#fff
;
}
.org-default
.uw-site-footer__content
a
:visited
,
.org-default
.uw-site-footer__content
a
:hover
,
.org-default
.uw-site-footer__content
a
:focus
,
.org-default
.uw-site-footer__content
a
:active
{
color
:
#fff
;
}
.org-default
.uw-footer__social-directory
a
:link
,
.org-default
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-default
.uw-footer__social-directory
a
:hover
,
.org-default
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-default
.uw-territorial
a
:link
,
.org-default
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-default
.uw-territorial
a
:hover
,
.org-default
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-default.global-site-footer
:visited
,
.org-default.global-site-footer
:active
{
color
:
#000
!important
;
}
.org-ahs
.uw-blockquote__text
,
.org-ahs
.uw-blockquote__text
::before
,
.org-ahs
.uw-blockquote__text
::after
,
.org-ahs
.uw-blockquote__attribution
,
.org-ahs
.uw-blockquote__attribution
cite
{
color
:
#005963
;
}
.org-ahs
a
,
.org-ahs
.card__title
a
{
color
:
#005963
;
}
.org-ahs
a
:visited
,
.org-ahs
.card__title
a
:visited
{
color
:
#005963
;
}
.org-ahs
a
:hover
,
.org-ahs
a
:focus
,
.org-ahs
.card__title
a
:hover
,
.org-ahs
.card__title
a
:focus
{
color
:
#005963
;
}
.org-ahs
a
.button
,
.org-ahs
.card__title
a
.button
{
color
:
#fff
;
}
.org-ahs
a
.button
:hover
,
.org-ahs
a
.button
:focus
,
.org-ahs
.card__title
a
.button
:hover
,
.org-ahs
.card__title
a
.button
:focus
{
color
:
#787878
;
}
.org-ahs
a
.pager__link
,
.org-ahs
.card__title
a
.pager__link
{
color
:
#000
;
}
.org-ahs
a
.global-site-footer
:visited
,
.org-ahs
.card__title
a
.global-site-footer
:visited
{
color
:
#000
;
}
.org-ahs
a
.global-site-footer
:hover
,
.org-ahs
a
.global-site-footer
:focus
,
.org-ahs
.card__title
a
.global-site-footer
:hover
,
.org-ahs
.card__title
a
.global-site-footer
:focus
{
background-color
:
#000
;
color
:
#fdd54f
;
}
.org-ahs
a
.global-site-footer
:active
,
.org-ahs
.card__title
a
.global-site-footer
:active
{
color
:
#000
;
}
.org-ahs
.menu--uw-footer
li
a
{
color
:
#fff
;
}
.org-ahs
.menu--uw-footer
li
a
:hover
,
.org-ahs
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-ahs
.uw-site-footer__content
a
{
color
:
#fff
;
}
.org-ahs
.uw-site-footer__content
a
:visited
,
.org-ahs
.uw-site-footer__content
a
:hover
,
.org-ahs
.uw-site-footer__content
a
:focus
,
.org-ahs
.uw-site-footer__content
a
:active
{
color
:
#fff
;
}
.org-ahs
.uw-footer__social-directory
a
:link
,
.org-ahs
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-ahs
.uw-footer__social-directory
a
:hover
,
.org-ahs
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-ahs
.uw-territorial
a
:link
,
.org-ahs
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-ahs
.uw-territorial
a
:hover
,
.org-ahs
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-ahs
.views-exposed-form
a
,
.org-ahs
.uw-site-name__link
,
.org-ahs
.layout-builder__link
,
.org-ahs
.timeline-info__withlink
a
,
.org-ahs
.tabs
a
,
.org-ahs
.toolbar-tray
a
,
.org-ahs
.ui-dialog-content
a
,
.org-ahs
.messages--status
a
,
.org-ahs
.uw-content-moderation
a
{
color
:
#000
;
}
.org-ahs
.views-exposed-form
a
:visited
,
.org-ahs
.views-exposed-form
a
:hover
,
.org-ahs
.views-exposed-form
a
:focus
,
.org-ahs
.views-exposed-form
a
:active
,
.org-ahs
.uw-site-name__link
:visited
,
.org-ahs
.uw-site-name__link
:hover
,
.org-ahs
.uw-site-name__link
:focus
,
.org-ahs
.uw-site-name__link
:active
,
.org-ahs
.layout-builder__link
:visited
,
.org-ahs
.layout-builder__link
:hover
,
.org-ahs
.layout-builder__link
:focus
,
.org-ahs
.layout-builder__link
:active
,
.org-ahs
.timeline-info__withlink
a
:visited
,
.org-ahs
.timeline-info__withlink
a
:hover
,
.org-ahs
.timeline-info__withlink
a
:focus
,
.org-ahs
.timeline-info__withlink
a
:active
,
.org-ahs
.tabs
a
:visited
,
.org-ahs
.tabs
a
:hover
,
.org-ahs
.tabs
a
:focus
,
.org-ahs
.tabs
a
:active
,
.org-ahs
.toolbar-tray
a
:visited
,
.org-ahs
.toolbar-tray
a
:hover
,
.org-ahs
.toolbar-tray
a
:focus
,
.org-ahs
.toolbar-tray
a
:active
,
.org-ahs
.ui-dialog-content
a
:visited
,
.org-ahs
.ui-dialog-content
a
:hover
,
.org-ahs
.ui-dialog-content
a
:focus
,
.org-ahs
.ui-dialog-content
a
:active
,
.org-ahs
.messages--status
a
:visited
,
.org-ahs
.messages--status
a
:hover
,
.org-ahs
.messages--status
a
:focus
,
.org-ahs
.messages--status
a
:active
,
.org-ahs
.uw-content-moderation
a
:visited
,
.org-ahs
.uw-content-moderation
a
:hover
,
.org-ahs
.uw-content-moderation
a
:focus
,
.org-ahs
.uw-content-moderation
a
:active
{
color
:
#000
;
}
.org-art
.uw-blockquote__text
,
.org-art
.uw-blockquote__text
::before
,
.org-art
.uw-blockquote__text
::after
,
.org-art
.uw-blockquote__attribution
,
.org-art
.uw-blockquote__attribution
cite
{
color
:
#d93f00
;
}
.org-art
a
,
.org-art
.card__title
a
{
color
:
#d93f00
;
}
.org-art
a
:visited
,
.org-art
.card__title
a
:visited
{
color
:
#d93f00
;
}
.org-art
a
:hover
,
.org-art
a
:focus
,
.org-art
.card__title
a
:hover
,
.org-art
.card__title
a
:focus
{
color
:
#d93f00
;
}
.org-art
a
.button
,
.org-art
.card__title
a
.button
{
color
:
#fff
;
}
.org-art
a
.button
:hover
,
.org-art
a
.button
:focus
,
.org-art
.card__title
a
.button
:hover
,
.org-art
.card__title
a
.button
:focus
{
color
:
#787878
;
}
.org-art
a
.pager__link
,
.org-art
.card__title
a
.pager__link
{
color
:
#000
;
}
.org-art
a
.global-site-footer
:visited
,
.org-art
.card__title
a
.global-site-footer
:visited
{
color
:
#000
;
}
.org-art
a
.global-site-footer
:hover
,
.org-art
a
.global-site-footer
:focus
,
.org-art
.card__title
a
.global-site-footer
:hover
,
.org-art
.card__title
a
.global-site-footer
:focus
{
background-color
:
#000
;
color
:
#fdd54f
;
}
.org-art
a
.global-site-footer
:active
,
.org-art
.card__title
a
.global-site-footer
:active
{
color
:
#000
;
}
.org-art
.menu--uw-footer
li
a
{
color
:
#fff
;
}
.org-art
.menu--uw-footer
li
a
:hover
,
.org-art
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-art
.uw-site-footer__content
a
{
color
:
#fff
;
}
.org-art
.uw-site-footer__content
a
:visited
,
.org-art
.uw-site-footer__content
a
:hover
,
.org-art
.uw-site-footer__content
a
:focus
,
.org-art
.uw-site-footer__content
a
:active
{
color
:
#fff
;
}
.org-art
.uw-footer__social-directory
a
:link
,
.org-art
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-art
.uw-footer__social-directory
a
:hover
,
.org-art
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-art
.uw-territorial
a
:link
,
.org-art
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-art
.uw-territorial
a
:hover
,
.org-art
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-art
.views-exposed-form
a
,
.org-art
.uw-site-name__link
,
.org-art
.layout-builder__link
,
.org-art
.timeline-info__withlink
a
,
.org-art
.tabs
a
,
.org-art
.toolbar-tray
a
,
.org-art
.ui-dialog-content
a
,
.org-art
.messages--status
a
,
.org-art
.uw-content-moderation
a
{
color
:
#000
;
}
.org-art
.views-exposed-form
a
:visited
,
.org-art
.views-exposed-form
a
:hover
,
.org-art
.views-exposed-form
a
:focus
,
.org-art
.views-exposed-form
a
:active
,
.org-art
.uw-site-name__link
:visited
,
.org-art
.uw-site-name__link
:hover
,
.org-art
.uw-site-name__link
:focus
,
.org-art
.uw-site-name__link
:active
,
.org-art
.layout-builder__link
:visited
,
.org-art
.layout-builder__link
:hover
,
.org-art
.layout-builder__link
:focus
,
.org-art
.layout-builder__link
:active
,
.org-art
.timeline-info__withlink
a
:visited
,
.org-art
.timeline-info__withlink
a
:hover
,
.org-art
.timeline-info__withlink
a
:focus
,
.org-art
.timeline-info__withlink
a
:active
,
.org-art
.tabs
a
:visited
,
.org-art
.tabs
a
:hover
,
.org-art
.tabs
a
:focus
,
.org-art
.tabs
a
:active
,
.org-art
.toolbar-tray
a
:visited
,
.org-art
.toolbar-tray
a
:hover
,
.org-art
.toolbar-tray
a
:focus
,
.org-art
.toolbar-tray
a
:active
,
.org-art
.ui-dialog-content
a
:visited
,
.org-art
.ui-dialog-content
a
:hover
,
.org-art
.ui-dialog-content
a
:focus
,
.org-art
.ui-dialog-content
a
:active
,
.org-art
.messages--status
a
:visited
,
.org-art
.messages--status
a
:hover
,
.org-art
.messages--status
a
:focus
,
.org-art
.messages--status
a
:active
,
.org-art
.uw-content-moderation
a
:visited
,
.org-art
.uw-content-moderation
a
:hover
,
.org-art
.uw-content-moderation
a
:focus
,
.org-art
.uw-content-moderation
a
:active
{
color
:
#000
;
}
.org-eng
.uw-blockquote__text
,
.org-eng
.uw-blockquote__text
::before
,
.org-eng
.uw-blockquote__text
::after
,
.org-eng
.uw-blockquote__attribution
,
.org-eng
.uw-blockquote__attribution
cite
{
color
:
#57058b
;
}
.org-eng
a
,
.org-eng
.card__title
a
{
color
:
#57058b
;
}
.org-eng
a
:visited
,
.org-eng
.card__title
a
:visited
{
color
:
#57058b
;
}
.org-eng
a
:hover
,
.org-eng
a
:focus
,
.org-eng
.card__title
a
:hover
,
.org-eng
.card__title
a
:focus
{
color
:
#57058b
;
}
.org-eng
a
.button
,
.org-eng
.card__title
a
.button
{
color
:
#fff
;
}
.org-eng
a
.button
:hover
,
.org-eng
a
.button
:focus
,
.org-eng
.card__title
a
.button
:hover
,
.org-eng
.card__title
a
.button
:focus
{
color
:
#787878
;
}
.org-eng
a
.pager__link
,
.org-eng
.card__title
a
.pager__link
{
color
:
#000
;
}
.org-eng
a
.global-site-footer
:visited
,
.org-eng
.card__title
a
.global-site-footer
:visited
{
color
:
#000
;
}
.org-eng
a
.global-site-footer
:hover
,
.org-eng
a
.global-site-footer
:focus
,
.org-eng
.card__title
a
.global-site-footer
:hover
,
.org-eng
.card__title
a
.global-site-footer
:focus
{
background-color
:
#000
;
color
:
#fdd54f
;
}
.org-eng
a
.global-site-footer
:active
,
.org-eng
.card__title
a
.global-site-footer
:active
{
color
:
#000
;
}
.org-eng
.menu--uw-footer
li
a
{
color
:
#fff
;
}
.org-eng
.menu--uw-footer
li
a
:hover
,
.org-eng
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-eng
.uw-site-footer__content
a
{
color
:
#fff
;
}
.org-eng
.uw-site-footer__content
a
:visited
,
.org-eng
.uw-site-footer__content
a
:hover
,
.org-eng
.uw-site-footer__content
a
:focus
,
.org-eng
.uw-site-footer__content
a
:active
{
color
:
#fff
;
}
.org-eng
.uw-footer__social-directory
a
:link
,
.org-eng
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-eng
.uw-footer__social-directory
a
:hover
,
.org-eng
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-eng
.uw-territorial
a
:link
,
.org-eng
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-eng
.uw-territorial
a
:hover
,
.org-eng
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-eng
.views-exposed-form
a
,
.org-eng
.uw-site-name__link
,
.org-eng
.layout-builder__link
,
.org-eng
.timeline-info__withlink
a
,
.org-eng
.tabs
a
,
.org-eng
.toolbar-tray
a
,
.org-eng
.ui-dialog-content
a
,
.org-eng
.messages--status
a
,
.org-eng
.uw-content-moderation
a
{
color
:
#000
;
}
.org-eng
.views-exposed-form
a
:visited
,
.org-eng
.views-exposed-form
a
:hover
,
.org-eng
.views-exposed-form
a
:focus
,
.org-eng
.views-exposed-form
a
:active
,
.org-eng
.uw-site-name__link
:visited
,
.org-eng
.uw-site-name__link
:hover
,
.org-eng
.uw-site-name__link
:focus
,
.org-eng
.uw-site-name__link
:active
,
.org-eng
.layout-builder__link
:visited
,
.org-eng
.layout-builder__link
:hover
,
.org-eng
.layout-builder__link
:focus
,
.org-eng
.layout-builder__link
:active
,
.org-eng
.timeline-info__withlink
a
:visited
,
.org-eng
.timeline-info__withlink
a
:hover
,
.org-eng
.timeline-info__withlink
a
:focus
,
.org-eng
.timeline-info__withlink
a
:active
,
.org-eng
.tabs
a
:visited
,
.org-eng
.tabs
a
:hover
,
.org-eng
.tabs
a
:focus
,
.org-eng
.tabs
a
:active
,
.org-eng
.toolbar-tray
a
:visited
,
.org-eng
.toolbar-tray
a
:hover
,
.org-eng
.toolbar-tray
a
:focus
,
.org-eng
.toolbar-tray
a
:active
,
.org-eng
.ui-dialog-content
a
:visited
,
.org-eng
.ui-dialog-content
a
:hover
,
.org-eng
.ui-dialog-content
a
:focus
,
.org-eng
.ui-dialog-content
a
:active
,
.org-eng
.messages--status
a
:visited
,
.org-eng
.messages--status
a
:hover
,
.org-eng
.messages--status
a
:focus
,
.org-eng
.messages--status
a
:active
,
.org-eng
.uw-content-moderation
a
:visited
,
.org-eng
.uw-content-moderation
a
:hover
,
.org-eng
.uw-content-moderation
a
:focus
,
.org-eng
.uw-content-moderation
a
:active
{
color
:
#000
;
}
.org-env
.uw-blockquote__text
,
.org-env
.uw-blockquote__text
::before
,
.org-env
.uw-blockquote__text
::after
,
.org-env
.uw-blockquote__attribution
,
.org-env
.uw-blockquote__attribution
cite
{
color
:
#607000
;
}
.org-env
a
,
.org-env
.card__title
a
{
color
:
#607000
;
}
.org-env
a
:visited
,
.org-env
.card__title
a
:visited
{
color
:
#607000
;
}
.org-env
a
:hover
,
.org-env
a
:focus
,
.org-env
.card__title
a
:hover
,
.org-env
.card__title
a
:focus
{
color
:
#607000
;
}
.org-env
a
.button
,
.org-env
.card__title
a
.button
{
color
:
#fff
;
}
.org-env
a
.button
:hover
,
.org-env
a
.button
:focus
,
.org-env
.card__title
a
.button
:hover
,
.org-env
.card__title
a
.button
:focus
{
color
:
#787878
;
}
.org-env
a
.pager__link
,
.org-env
.card__title
a
.pager__link
{
color
:
#000
;
}
.org-env
a
.global-site-footer
:visited
,
.org-env
.card__title
a
.global-site-footer
:visited
{
color
:
#000
;
}
.org-env
a
.global-site-footer
:hover
,
.org-env
a
.global-site-footer
:focus
,
.org-env
.card__title
a
.global-site-footer
:hover
,
.org-env
.card__title
a
.global-site-footer
:focus
{
background-color
:
#000
;
color
:
#fdd54f
;
}
.org-env
a
.global-site-footer
:active
,
.org-env
.card__title
a
.global-site-footer
:active
{
color
:
#000
;
}
.org-env
.menu--uw-footer
li
a
{
color
:
#fff
;
}
.org-env
.menu--uw-footer
li
a
:hover
,
.org-env
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-env
.uw-site-footer__content
a
{
color
:
#fff
;
}
.org-env
.uw-site-footer__content
a
:visited
,
.org-env
.uw-site-footer__content
a
:hover
,
.org-env
.uw-site-footer__content
a
:focus
,
.org-env
.uw-site-footer__content
a
:active
{
color
:
#fff
;
}
.org-env
.uw-footer__social-directory
a
:link
,
.org-env
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-env
.uw-footer__social-directory
a
:hover
,
.org-env
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-env
.uw-territorial
a
:link
,
.org-env
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-env
.uw-territorial
a
:hover
,
.org-env
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-env
.views-exposed-form
a
,
.org-env
.uw-site-name__link
,
.org-env
.layout-builder__link
,
.org-env
.timeline-info__withlink
a
,
.org-env
.tabs
a
,
.org-env
.toolbar-tray
a
,
.org-env
.ui-dialog-content
a
,
.org-env
.messages--status
a
,
.org-env
.uw-content-moderation
a
{
color
:
#000
;
}
.org-env
.views-exposed-form
a
:visited
,
.org-env
.views-exposed-form
a
:hover
,
.org-env
.views-exposed-form
a
:focus
,
.org-env
.views-exposed-form
a
:active
,
.org-env
.uw-site-name__link
:visited
,
.org-env
.uw-site-name__link
:hover
,
.org-env
.uw-site-name__link
:focus
,
.org-env
.uw-site-name__link
:active
,
.org-env
.layout-builder__link
:visited
,
.org-env
.layout-builder__link
:hover
,
.org-env
.layout-builder__link
:focus
,
.org-env
.layout-builder__link
:active
,
.org-env
.timeline-info__withlink
a
:visited
,
.org-env
.timeline-info__withlink
a
:hover
,
.org-env
.timeline-info__withlink
a
:focus
,
.org-env
.timeline-info__withlink
a
:active
,
.org-env
.tabs
a
:visited
,
.org-env
.tabs
a
:hover
,
.org-env
.tabs
a
:focus
,
.org-env
.tabs
a
:active
,
.org-env
.toolbar-tray
a
:visited
,
.org-env
.toolbar-tray
a
:hover
,
.org-env
.toolbar-tray
a
:focus
,
.org-env
.toolbar-tray
a
:active
,
.org-env
.ui-dialog-content
a
:visited
,
.org-env
.ui-dialog-content
a
:hover
,
.org-env
.ui-dialog-content
a
:focus
,
.org-env
.ui-dialog-content
a
:active
,
.org-env
.messages--status
a
:visited
,
.org-env
.messages--status
a
:hover
,
.org-env
.messages--status
a
:focus
,
.org-env
.messages--status
a
:active
,
.org-env
.uw-content-moderation
a
:visited
,
.org-env
.uw-content-moderation
a
:hover
,
.org-env
.uw-content-moderation
a
:focus
,
.org-env
.uw-content-moderation
a
:active
{
color
:
#000
;
}
.org-mat
.uw-blockquote__text
,
.org-mat
.uw-blockquote__text
::before
,
.org-mat
.uw-blockquote__text
::after
,
.org-mat
.uw-blockquote__attribution
,