diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 67d7da178f..430363c1c8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,10 @@ - + + + + @@ -274,13 +267,6 @@ - - - - - - - @@ -291,20 +277,26 @@ - + - - + + - + - - + + + + + + + + + - - + diff --git a/css/starter-template.css b/css/starter-template.css index 15afabbed6..cfd406a4b7 100644 --- a/css/starter-template.css +++ b/css/starter-template.css @@ -15,3 +15,31 @@ body { line-height: 60px; /* Vertically center the text there */ background-color: #f5f5f5; } + +/* Style all font awesome icons */ +.fa { + padding: 12px; + font-size: 30px; + width: 40px; + text-align: center; + text-decoration: none; +} + +/* Add a hover effect if you want */ +.fa:hover { + opacity: 0.7; +} + +/* Set a specific color for each brand */ + +/* Facebook */ +.fa-facebook { + background: #3B5998; + color: white; +} + +/* Twitter */ +.fa-twitter { + background: #55ACEE; + color: white; +} diff --git a/templates/draw_a_digit.html b/templates/draw_a_digit.html index c27ba94bdb..a99d639c91 100644 --- a/templates/draw_a_digit.html +++ b/templates/draw_a_digit.html @@ -12,6 +12,7 @@ + @@ -76,8 +77,16 @@