Skip to content

Commit b098f27

Browse files
authored
Accessibility add lang tag & update color contrast (#86)
1 parent e0623d0 commit b098f27

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

_themes/cakephp/static/css/default.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
line-height: 24px;
7676
font-weight: 400;
7777
letter-spacing: 0.05em;
78-
color: #bdbdb5;
78+
color: #76766B;
7979
margin-bottom: 1em;
8080
}
8181
.postmeta .author {

_themes/cakephp/static/css/style.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ul ul {
9898
padding: 0;
9999
}
100100
a {
101-
color: #2f85ae;
101+
color: #2D7EA4;
102102
text-decoration:none;
103103
-webkit-transition:all 0.2s linear; transition:all 0.2s linear;
104104
}
@@ -1983,6 +1983,10 @@ header {
19831983
padding-top: 8px;
19841984
}
19851985

1986+
.copyright a {
1987+
color: #53A8D0;
1988+
}
1989+
19861990
.social iframe {
19871991
text-align: center;
19881992
width: 96px;

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta http-equiv="REFRESH" content="0; url=./blog/html/index.html" />
55
<title></title>
66
</head>
77
<body></body>
8-
</html>
8+
</html>

0 commit comments

Comments
 (0)