35968ce4 by Jeff Balicki

dd

1 parent 3231ba33
...@@ -16644,28 +16644,28 @@ ul.social li a.twitter-icon:active { ...@@ -16644,28 +16644,28 @@ ul.social li a.twitter-icon:active {
16644 ul.social li a.twitter-icon:focus { 16644 ul.social li a.twitter-icon:focus {
16645 opacity: 0.5; 16645 opacity: 0.5;
16646 } 16646 }
16647 ul.social li a.instagram-icon { 16647 ul.social li a.facebook-icon {
16648 background-position: 33% 0%; 16648 background-position: 34% 0%;
16649 } 16649 }
16650 ul.social li a.instagram-icon:hover { 16650 ul.social li a.facebook-icon:hover {
16651 opacity: 0.5; 16651 opacity: 0.5;
16652 } 16652 }
16653 ul.social li a.instagram-icon:active { 16653 ul.social li a.facebook-icon:active {
16654 opacity: 0.5; 16654 opacity: 0.5;
16655 } 16655 }
16656 ul.social li a.instagram-icon:focus { 16656 ul.social li a.facebook-icon:focus {
16657 opacity: 0.5; 16657 opacity: 0.5;
16658 } 16658 }
16659 ul.social li a.facebook-icon { 16659 ul.social li a.instagram-icon {
16660 background-position: 66% 0%; 16660 background-position: 67% 0%;
16661 } 16661 }
16662 ul.social li a.facebook-icon:hover { 16662 ul.social li a.instagram-icon:hover {
16663 opacity: 0.5; 16663 opacity: 0.5;
16664 } 16664 }
16665 ul.social li a.facebook-icon:active { 16665 ul.social li a.instagram-icon:active {
16666 opacity: 0.5; 16666 opacity: 0.5;
16667 } 16667 }
16668 ul.social li a.facebook-icon:focus { 16668 ul.social li a.instagram-icon:focus {
16669 opacity: 0.5; 16669 opacity: 0.5;
16670 } 16670 }
16671 ul.social li a.linkedin-icon { 16671 ul.social li a.linkedin-icon {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -114,9 +114,9 @@ ...@@ -114,9 +114,9 @@
114 opacity: 0.5; 114 opacity: 0.5;
115 } 115 }
116 } 116 }
117 117 a.facebook-icon
118 a.instagram-icon { 118 {
119 background-position: 33% 0%; 119 background-position: 34% 0%;
120 120
121 &:hover { 121 &:hover {
122 opacity: 0.5; 122 opacity: 0.5;
...@@ -131,8 +131,8 @@ ...@@ -131,8 +131,8 @@
131 } 131 }
132 } 132 }
133 133
134 a.facebook-icon { 134 a.instagram-icon {
135 background-position: 66% 0%; 135 background-position: 67% 0%;
136 136
137 &:hover { 137 &:hover {
138 opacity: 0.5; 138 opacity: 0.5;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.1.27 8 Version: 1.1.28
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......