Skip to content

Commit

Permalink
Merge pull request #19 from BangladeshOpenInnovationLab/main
Browse files Browse the repository at this point in the history
program update
  • Loading branch information
arahmandc authored Nov 20, 2024
2 parents 91f8c70 + dd0438f commit 93fe520
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 168 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ markdown: kramdown
color:
primary-dark: '#fff' # bedeff # 3cb9f7 # main: blue
primary-light: '#3C3C3C'
primary-ar: #537FA2 # f2bb40 # secondary: yellow
primary-ar: #A3BBBB # f2bb40 # secondary: yellow
background-light: '#fff' # bedeff
links: '#000' # 04065e # dark blue
links-light: '#fff' # 2464aa # light-ish blue???
Expand Down
4 changes: 2 additions & 2 deletions _includes/css/mapbox-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ a.quiet.dark.active, a.quiet.dark:hover { color:rgba(255,255,255,0.5); }
.fill-light .rounded-toggle .active { background:#f8f8f8; }
/* deprecated, use fill-cyan */
.fill-blue-light .rounded-toggle input[type=radio]:checked + label,
.fill-blue-light .rounded-toggle .active { background:#52a1d8; }
.fill-blue-light .rounded-toggle .active { background:#c1dbee; }
.fill-blue-cyan .rounded-toggle input[type=radio]:checked + label,
.fill-blue-cyan .rounded-toggle .active { background:#3bb2d0; }
.fill-blue .rounded-toggle input[type=radio]:checked + label,
Expand Down Expand Up @@ -2984,7 +2984,7 @@ Alternate exists for:
.fill-white { background:#fff; }
.fill-light { background:#f8f8f8; }
/* deprecated, use fill-cyan */
.fill-blue-light { background:#52a1d8; }
.fill-blue-light { background:#bed3e2; }
.fill-cyan { background:#3bb2d0; }
.fill-midnight { background:#040528; }

Expand Down
9 changes: 8 additions & 1 deletion _includes/css/sotm.css
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,13 @@ table.scheduleTable tr td.scheduleBreak {
background-color: {{ site.color.primary-ar }};
}

table.scheduleTable tr td a{
text-decoration: none;
font-size: 15px;
color: #eb0808;

}

table.scheduleTable span.speaker,
table.scheduleTable span.extraTag {
letter-spacing: 0;
Expand All @@ -1099,7 +1106,7 @@ table.scheduleTable span.extraTag {

table.scheduleTable span.speaker {
margin-top: 5px;
font-size: 14px;
font-size: 12px;
}

table.scheduleTable span.extraTag {
Expand Down
Loading

0 comments on commit 93fe520

Please sign in to comment.