mirror of
https://github.com/Roslund/sthlm-mesh.git
synced 2026-03-28 17:43:02 +01:00
style and css changes
This commit is contained in:
@@ -6,4 +6,6 @@ Add styles or override variables from the theme here.
|
||||
|
||||
/* Color and Style */
|
||||
$primary: #30a552;
|
||||
$secondary: #f7f7f2;
|
||||
$secondary: #feb272;
|
||||
$tertiary: #8c68cd;
|
||||
$warning: #ffc107;
|
||||
5
assets/scss/_variables_project_after_bs.scss
Normal file
5
assets/scss/_variables_project_after_bs.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
$custom-colors: (
|
||||
'meshtastic-green': #30a552,
|
||||
);
|
||||
|
||||
$theme-colors: map-merge($theme-colors, $custom-colors);
|
||||
@@ -15,11 +15,11 @@ title: STHLM-MESH
|
||||
</section>
|
||||
|
||||
|
||||
{{% blocks/lead color="primary" %}}
|
||||
{{% blocks/lead color="meshtastic-green" %}}
|
||||
STHLM-MESH är en informell gemenskap som vekar för ett stabilt Meshtastic-nätverk i Stockholm.
|
||||
{{% /blocks/lead %}}
|
||||
|
||||
{{% blocks/section type="row" color="secondary" %}}
|
||||
{{% blocks/section type="row" color="white" %}}
|
||||
{{% blocks/feature icon="fab fa-facebook" title="Facebook grupp" %}}
|
||||
<a href="https://www.facebook.com/groups/815331140404197" target="_blank" rel="noopener noreferrer">Meshtastic Sweden</a> - en Facebookgrupp för Sverige. Det finns även flertalet [lokala grupper]({{<ref communities.md >}}).
|
||||
{{% /blocks/feature %}}
|
||||
|
||||
@@ -11,7 +11,7 @@ STHLM-MESH är ett community-drivet **open-source-projekt** som syftar till att
|
||||
Projektet drivs av entusiaster som vill utforska möjligheterna med decentraliserad kommunikation och verka för ett välfungerande mesh för alla i Stockholm.
|
||||
{{% /blocks/section %}}
|
||||
|
||||
{{% blocks/section type="row" %}}
|
||||
{{% blocks/section type="row" color="white" %}}
|
||||
{{% blocks/feature icon="fa-solid fa-gears" title="Backend" %}}
|
||||
Denna webbplats är byggd med de statiska site-generatorn [Hugo](https://gohugo.io/) och använder [Docsy](https://www.docsy.dev/) som tema.
|
||||
{{% /blocks/feature %}}
|
||||
|
||||
@@ -12,7 +12,7 @@ menu: {main: {weight: 12}}
|
||||
Just nu känner vi inte till några planerade meetups. Säg till om du planerar något så kan vi informera om det här.
|
||||
{{% /blocks/section %}}
|
||||
|
||||
{{% blocks/section %}}
|
||||
{{% blocks/section color="info" %}}
|
||||
## Tidigare meetups:
|
||||
{{< cardpane >}}
|
||||
{{< card >}}
|
||||
|
||||
Reference in New Issue
Block a user