Skip to content

Commit efcba69

Browse files
authored
Merge pull request #22 from madhuramendis/main
2 parents 3b384d0 + 51a20d8 commit efcba69

File tree

5 files changed

+29
-622
lines changed

5 files changed

+29
-622
lines changed

_includes/nav.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<nav class="navbar navbar-expand-lg bg-body-tertiary bg-light sticky-top cOcNav">
22
<div class="container-fluid">
3-
<a class="navbar-brand" href="/" ><img style="height: 50px;" alt="OpenChoreo" src="/img/openchoreo_logo.png"></a>
4-
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
3+
<a class="navbar-brand" href="/" >
4+
<img style="height: 40px;" alt="OpenChoreo" class="cBlackLogo" src="/img/b-oplogo-Recovered-b.webp">
5+
<img style="height: 40px;" alt="OpenChoreo" class="cWhiteLogo" src="/img/w-oplogo-Recovered-w.webp">
6+
</a>
7+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
58
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
69
<span class="navbar-toggler-icon"></span>
710
</button>

_layouts/homepage.html

Lines changed: 0 additions & 52 deletions
This file was deleted.

css/openchoreo.css

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ background-color: #fff;
206206
margin-bottom: 15px;
207207
background-position: 2px 5px;
208208
}
209+
.cCard.cFilledCard.cDocs li {
210+
background-image: url(../img/docs.svg) !important;
211+
background-position: 0px 1px;
212+
}
209213
.cSidePanel {
210214
border-bottom: 1px solid #353535;
211215
padding: 15px 0;
@@ -302,17 +306,26 @@ background-color: #fff;
302306
margin-bottom: 10px;
303307

304308
}
309+
310+
.cCard.cFilledCard.cDocs {
311+
background-image: none !important;
312+
}
313+
305314
.cFilledCard.cDocs li a {
306315
/* background-color: rebeccapurple !important; */
307316
text-decoration: none;
308317
color: #000;
309318
}
310319

311-
.cFilledCard.cDocs li::before {
320+
.cFilledCard.cDocs li {
321+
322+
}
323+
324+
/* .cFilledCard.cDocs li::before {
312325
content: '➔';
313326
color: #36A1FF;
314327
margin-right: 10px;
315-
}
328+
} */
316329

317330
.cLogos {
318331
width: 150px;
@@ -524,7 +537,7 @@ body.cDarkMode h2 {
524537
color: #fff;
525538
}
526539
body.cDarkMode h3 {
527-
color: #fff;
540+
/* color: #fff; */
528541
}
529542
body.cDarkMode h4 {
530543
color: #fff;
@@ -606,3 +619,10 @@ body.cDarkMode .cFooterLinks ul li ,body.cDarkMode .cFooterLinks ul li a {
606619
color: #B7B7B7;
607620
}
608621

622+
body.cDarkMode .navbar {
623+
background-color: #000 !important;
624+
}
625+
626+
body.cDarkMode a.nav-link {
627+
color: #B7B7B7 !important;
628+
}

img/docs.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)