diff --git a/static/images/logos/grass_gis.svg b/static/images/logos/grass_gis.svg new file mode 100644 index 00000000..8cfd8193 --- /dev/null +++ b/static/images/logos/grass_gis.svg @@ -0,0 +1,354 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/grass/assets/css/style.css b/themes/grass/assets/css/style.css index 0d830238..a2d3cc2c 100644 --- a/themes/grass/assets/css/style.css +++ b/themes/grass/assets/css/style.css @@ -421,10 +421,7 @@ pre { width: 100%; top: 0; left: 0; - background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0.47) 59%, rgba(255, 255, 255, 0) 100%); - background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0.47) 59%, rgba(255, 255, 255, 0) 100%); - background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0.47) 59%, rgba(255, 255, 255, 0) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); + background: rgb(5, 83, 32, 0.5); } .overlayg { position: relative; @@ -648,9 +645,9 @@ pre { background: transparent; } .banner p { - font-size: 24px; - color: #000000; - background: rgba(255, 255, 255, .45) + font-family: open_sansbold; + font-size: 22px; + color: #ffffff; } .banner .text-dark { color: var(--dark-color); diff --git a/themes/grass/layouts/index.html b/themes/grass/layouts/index.html index 8feebf18..70fc0f05 100644 --- a/themes/grass/layouts/index.html +++ b/themes/grass/layouts/index.html @@ -13,8 +13,8 @@
-

GRASS GIS

{{ with .Site.Params.banner.description }} -

{{ . }}

{{ end }} +

GRASS GIS

{{ with .Site.Params.banner.description }} +

{{ . }}

{{ end }}