Compare commits

..

6 Commits

Author SHA1 Message Date
07d576c105 home: update url of images to match server 2023-01-24 13:33:16 +05:00
0eff6e0a7f nav-menu: change color of current item 2023-01-24 13:33:16 +05:00
fa61b633ef fix rocketchat channel alert 2023-01-24 12:49:41 +05:00
84307dca74 Merge branch 'main' into dev 2023-01-24 08:44:15 +01:00
dfe56013f9 update drone.yml 2023-01-24 12:43:25 +05:00
3wc
dae9f9b3ae Add Drone config
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-19 11:08:30 -08:00
4 changed files with 11 additions and 7 deletions

View File

@ -25,7 +25,7 @@ steps:
image: plugins/slack
settings:
username: comradebritney
channel: clients.website
channel: internal.website
template: "{{repo.owner}}/{{repo.name}} build failed: {{build.link}}. Last commit by @{{build.author}}"
webhook:
from_secret: rc_builds_url
@ -37,4 +37,4 @@ steps:
trigger:
branch:
- dev
- main

View File

@ -8,7 +8,7 @@
?>
<!-- wp:heading {"level":1,"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|40"}}}} -->
<h1 style="padding-bottom:var(--wp--preset--spacing--40)">Autonomic is a co-operative that is owned and run by its workers <img class="wp-image-193" style="width: 26px;" src="http://autonomic.local/wp-content/uploads/2023/01/leaf.png" alt=""></h1>
<h1 style="padding-bottom:var(--wp--preset--spacing--40)">Autonomic is a co-operative that is owned and run by its workers <img class="wp-image-99" style="width: 26px;" src="https://beta.autonomic.zone/wp-content/uploads/2023/01/leaf.png" alt=""></h1>
<!-- /wp:heading -->
<!-- wp:heading -->

View File

@ -36,7 +36,7 @@ with others.
width: 80px;
margin-right: 8px;
height: 36px;
border-bottom: 1px solid #f5fbf8;
border-bottom: 1px solid var(--wp--preset--color--background);
}
.wp-site-blocks h2::after {
@ -46,9 +46,13 @@ with others.
margin-left: 8px;
height: 36px;
border-left: 1px solid;
border-bottom: 1px solid #f5fbf8;
border-bottom: 1px solid var(--wp--preset--color--background);
}
.wp-site-blocks ul {
list-style-image: url('/wp-content/themes/autonomic/assets/images/arrow.png');
list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png');
}
.wp-block-navigation-item.current-menu-item {
color: var(--wp--preset--color--secondary)
}

View File

@ -25,7 +25,7 @@
},
{
"slug": "secondary",
"color": "#27c773",
"color": "#0FB45D",
"name": "Secondary"
},
{