Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Change colour of links to pass the WCAG contrast ratio guidelines and… #29

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css/natureofcode.css
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ html {
font-family: 'Georgia'; }

a {
color: #30def6; }
color: #237480; }

em {
font-style: italic; }
@@ -220,7 +220,7 @@ h3 #display-percent {
cursor: pointer; }

.block-link {
background-color: #1ed4ed;
background-color: #237480;
color: #fff;
border: none;
display: inline-block;