35eeb250 by Jeff Balicki

ff

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 327aad30
......@@ -15469,7 +15469,8 @@ p.intro {
font-size: 20px;
margin-top: -40px;
margin-left: 20px;
text-shadow: 2px 2px #1A3668;
-webkit-text-stroke: 1px;
text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}
.contest_name {
......@@ -15478,7 +15479,8 @@ p.intro {
top: 40px;
position: relative;
margin-left: 20px;
text-shadow: 2px 2px #1A3668;
-webkit-text-stroke: 1px;
text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}
.body-content {
......
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.
......@@ -129,16 +129,34 @@ p{
font-size:20px;
margin-top:-40px;
margin-left:20px;
text-shadow: 2px 2px #1A3668;
}
-webkit-text-stroke: 1px;
text-shadow:
-1px -1px 0 #000,
0 -1px 0 #000,
1px -1px 0 #000,
1px 0 0 #000,
1px 1px 0 #000,
0 1px 0 #000,
-1px 1px 0 #000,
-1px 0 0 #000;
}
.contest_name{
color:#fff;
font-size:20px;
top:40px;
position: relative;
margin-left:20px;
text-shadow: 2px 2px #1A3668;
}
-webkit-text-stroke: 1px;
text-shadow:
-1px -1px 0 #000,
0 -1px 0 #000,
1px -1px 0 #000,
1px 0 0 #000,
1px 1px 0 #000,
0 1px 0 #000,
-1px 1px 0 #000,
-1px 0 0 #000;
}
.body-content {
margin: auto;
width: auto;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0046
Version: 1.2.0047
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......