5365a8ac by Jeff Balicki

wsww

1 parent 1a3607c7
...@@ -16504,6 +16504,15 @@ body { ...@@ -16504,6 +16504,15 @@ body {
16504 max-width: 1234px; 16504 max-width: 1234px;
16505 } 16505 }
16506 } 16506 }
16507 li {
16508 color: #5B6770;
16509 }
16510
16511 .bold_this li {
16512 color: #5B6770;
16513 font-family: "Calibri-bold";
16514 }
16515
16507 button { 16516 button {
16508 -webkit-appearance: none; 16517 -webkit-appearance: none;
16509 -moz-appearance: none; 16518 -moz-appearance: none;
......
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.
...@@ -25,6 +25,15 @@ body{ ...@@ -25,6 +25,15 @@ body{
25 25
26 } 26 }
27 27
28 li{
29 color:#5B6770;
30 }
31 .bold_this{
32 li{
33 color:#5B6770;
34 font-family: "Calibri-bold";
35 }
36 }
28 37
29 button { 38 button {
30 -webkit-appearance: none; 39 -webkit-appearance: none;
......
...@@ -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.30350 8 Version: 1.1.30351
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
......