diff options
author | Yaco <franco@reevo.org> | 2021-11-17 12:48:24 +0000 |
---|---|---|
committer | Yaco <franco@reevo.org> | 2021-11-17 12:48:24 +0000 |
commit | 9c788eec82c436181556ec62f6e21002443fd3c4 (patch) | |
tree | 00c59061183599a72f183e8de59ac3ad7729df93 /style.less | |
parent | 7677e62413cfa81c077ec05a5ddbdb4008c4f828 (diff) |
new configurations
Diffstat (limited to 'style.less')
-rw-r--r-- | style.less | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,6 @@ @font-family-sans-serif: "Source Sans Pro","Open Sans", Calibri, Candara, Arial, sans-serif; + nav#mw-navigation { background-color: #2c3a15; box-shadow: 0 2px 8px #000000; @@ -82,6 +83,9 @@ section#home-header { font-weight: 200; } +.mw-indicator-mw-helplink {display: none;} + + // **************** Map elements // We change the color of the marker using filter. The base color must be black. Color generator: https://codepen.io/sosuke/pen/Pjoqqp |