Skip to content

Commit

Permalink
Resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Richjerk committed May 24, 2024
1 parent 8e7f759 commit adc8cd0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Required variables
title: "Township Small Business Chatbot"
description: "A chatbot to assist small businesses in the township area."

# Optional variables
show_downloads: false
google_analytics: G-PLZZBJYL24




19 changes: 19 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
------@import "{{ site.theme }}";

/* style.css */
body {
font-family: 'Arial', sans-serif;
}
.stButton>button {
background-color: #4CAF50;
color: white;
border: none;
padding: 10px 24px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 12px;
}

0 comments on commit adc8cd0

Please sign in to comment.