mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 23:16:14 +02:00
fix colors to meet accessibility guidelines (4.5 contrast ratio for text)
This commit is contained in:
parent
5cc256075e
commit
dc5b8bd4e9
5 changed files with 47 additions and 21 deletions
11
docs/theme/index.css
vendored
11
docs/theme/index.css
vendored
|
@ -168,21 +168,12 @@ nav a#twitter-nav {
|
|||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #684688;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
nav a {
|
||||
font-size: 14pt;
|
||||
line-height: 40pt;
|
||||
margin: 0 40px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #A3629F;
|
||||
}
|
||||
|
||||
nav a.cta {
|
||||
display: inline-block;
|
||||
color: white;
|
||||
|
@ -250,7 +241,7 @@ main {
|
|||
|
||||
.flex section p {
|
||||
padding-left: 40px;
|
||||
color: #888;
|
||||
color: #6E6E6E;
|
||||
font-size: 12pt;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue