Separate high contrast theme (#7213)
This commit is contained in:
parent
d10447c3a8
commit
a4a36d994b
16 changed files with 187 additions and 140 deletions
|
@ -2,7 +2,7 @@
|
|||
h1 {
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
color: $primary-text-color;
|
||||
color: $darker-text-color;
|
||||
font-weight: 500;
|
||||
margin-bottom: 20px;
|
||||
padding: 0 10px;
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
small {
|
||||
font-weight: 400;
|
||||
color: $darker-text-color;
|
||||
color: $secondary-text-color;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue