5365a8ac by Jeff Balicki

wsww

1 parent 1a3607c7
......@@ -16504,6 +16504,15 @@ body {
max-width: 1234px;
}
}
li {
color: #5B6770;
}
.bold_this li {
color: #5B6770;
font-family: "Calibri-bold";
}
button {
-webkit-appearance: none;
-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{
}
li{
color:#5B6770;
}
.bold_this{
li{
color:#5B6770;
font-family: "Calibri-bold";
}
}
button {
-webkit-appearance: none;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30350
Version: 1.1.30351
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......