mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Rachid PR suggestions
This commit is contained in:
parent
59f9d6bfec
commit
164940e743
1 changed files with 5 additions and 1 deletions
|
@ -695,7 +695,7 @@ div.dja__model-description{
|
|||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
p, li {
|
||||
color: var(--body-bg);
|
||||
color: var(--secondary);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -704,6 +704,10 @@ div.dja__model-description{
|
|||
font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
&.dja__model-description--no-overflow {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue