Skip to content

Commit 7fa3003

Browse files
committed
Merge branch 'update-theme-colors-logos'
2 parents 1e6dd67 + 6e85136 commit 7fa3003

17 files changed

+420
-108
lines changed

_includes/navbar.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<nav class="navbar navbar-expand-lg navbar-light pb-navbar light pb-scrolled-light" id="pb-navbar">
55
{% endif %}
66
<div class="container">
7-
<a class="navbar-brand navbar-brand-lg smoothscroll no-nav-expand" href="/"><img src="/assets/images/logo-min.png" alt=""></a>
8-
<a class="navbar-brand navbar-brand-lg smoothscroll no-nav-expand" href="/">{{ site.title }}</a>
7+
<a class="navbar-brand navbar-brand-lg smoothscroll no-nav-expand" href="/"><img src="/assets/images/logo-medium.png" alt="{{ site.title }}"></a>
98
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#probootstrap-navbar" aria-controls="probootstrap-navbar" aria-expanded="false" aria-label="Toggle navigation">
109
<span><i class="fa fa-bars"></i></span>
1110
</button>

_includes/theme_js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"background": "#000"
1111
},
1212
"button": {
13-
"background": "#800000"
13+
"background": "#0c4700"
1414
}
1515
},
1616
"theme": "edgeless",

_includes/theme_links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
44
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">
55
<link rel="manifest" href="/assets/images/site.webmanifest">
6-
<link rel="mask-icon" href="/assets/images/safari-pinned-tab.svg" color="#5bbad5">
6+
<link rel="mask-icon" href="/assets/images/safari-pinned-tab.svg" color="#000000">
77
<link rel="shortcut icon" href="/assets/images/favicon.ico">

_includes/theme_meta.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!-- Common -->
22
<meta charset="utf-8">
33
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
4-
<meta name="msapplication-TileColor" content="#b91d47">
4+
<meta name="msapplication-TileColor" content="0">
55
<meta name="msapplication-config" content="assets/images/browserconfig.xml">
6-
<meta name="theme-color" content="#800000">
6+
<meta name="theme-color" content="#0c4700">
77
<meta property="og:url" content="{{ site.url | append: page.url }}" />
88

99
<!-- Title -->

assets/css/style.css

Lines changed: 42 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
@media (prefers-color-scheme: dark) {
2-
a {
3-
color: #be0000;
4-
}
5-
6-
a:hover {
7-
color: #d40000;
8-
}
9-
102
body {
113
color: #c6c8ca;
124
background-color: #16181b;
@@ -45,10 +37,6 @@
4537
background: #2e3133 !important;
4638
}
4739

48-
.pb-navbar.scrolled.pb-scrolled-light .navbar-brand {
49-
color: #be0000;
50-
}
51-
5240
.pb-navbar.scrolled.pb-scrolled-light ul li a {
5341
color: #fff !important;
5442
}
@@ -59,10 +47,6 @@
5947
color: #c6c8ca !important;
6048
}
6149

62-
.pb-navbar.scrolled.pb-scrolled-light ul li a.active {
63-
color: #be0000 !important;
64-
}
65-
6650
.pb-media-v1 h3,
6751
.pb-media-v2 h3 {
6852
color: #fff;
@@ -147,17 +131,19 @@
147131
color: white;
148132
border: 1px solid white;
149133
}
150-
}
151134

152-
@media (prefers-color-scheme: light) {
153-
a {
154-
color: #800000;
135+
.donor-logo:hover .donor-logo-cover {
136+
background-color: #0c4700cc;
137+
color: rgba(255 255 255 / 100%);
155138
}
156139

157-
a:hover {
158-
color: #500000;
140+
.pb-outline-dark {
141+
background: #0c4700;
142+
color: white;
159143
}
144+
}
160145

146+
@media (prefers-color-scheme: light) {
161147
body {
162148
color: #1b1d1f;
163149
}
@@ -191,10 +177,6 @@
191177
background: #fff !important;
192178
}
193179

194-
.pb-navbar.scrolled.pb-scrolled-light .navbar-brand {
195-
color: #800000;
196-
}
197-
198180
.pb-navbar.scrolled.pb-scrolled-light ul li a {
199181
color: #212529 !important;
200182
}
@@ -205,10 +187,6 @@
205187
color: #868e96 !important;
206188
}
207189

208-
.pb-navbar.scrolled.pb-scrolled-light ul li a.active {
209-
color: #800000 !important;
210-
}
211-
212190
.pb-media-v1 h3,
213191
.pb-media-v2 h3 {
214192
color: #212529;
@@ -272,6 +250,32 @@
272250
color: black;
273251
border: 1px solid black;
274252
}
253+
254+
.donor-logo:hover .donor-logo-cover {
255+
background-color: #0c4700cc;
256+
color: rgba(0 0 0 / 100%);
257+
}
258+
259+
.pb-outline-dark {
260+
background: #0c4700;
261+
color: black;
262+
}
263+
}
264+
265+
a {
266+
color: #197700;
267+
}
268+
269+
a:hover {
270+
color: #0c4700;
271+
}
272+
273+
.pb-navbar.scrolled.pb-scrolled-light .navbar-brand {
274+
color: #197700;
275+
}
276+
277+
.pb-navbar.scrolled.pb-scrolled-light ul li a.active {
278+
color: #197700 !important;
275279
}
276280

277281
.mouse-wrap,
@@ -705,25 +709,6 @@ p {
705709
color: #800000;
706710
}
707711

708-
.pb-pricing-v1 {
709-
margin-bottom: 50px;
710-
}
711-
712-
.pb-pricing-v1 .price {
713-
font-size: 50px;
714-
color: #800000;
715-
}
716-
717-
.pb-pricing-v1 .price sup {
718-
font-size: 20px;
719-
top: -1em;
720-
}
721-
722-
.pb-pricing-v1 .price span {
723-
font-size: 20px;
724-
color: #adb5bd;
725-
}
726-
727712
.slick-arrow i {
728713
font-size: 40px;
729714
position: absolute;
@@ -1525,10 +1510,8 @@ textarea {
15251510

15261511
.pb-outline-dark {
15271512
text-transform: uppercase;
1528-
background: #800000;
1529-
border: 1px solid black;
15301513
cursor: pointer;
1531-
color: white;
1514+
border: 1px solid black;
15321515
}
15331516

15341517
.pb-outline-dark:hover,
@@ -2218,7 +2201,7 @@ body {
22182201
height: 2px;
22192202
width: 50px;
22202203
content: "";
2221-
background: #800000;
2204+
background: #197700;
22222205
}
22232206

22242207
.heading-border-top.light::before {
@@ -2833,14 +2816,9 @@ p.parent {
28332816
width: 100%;
28342817
text-align: center;
28352818
transition: 0.3s ease-in;
2836-
background-color: rgba(128 0 0 / 0%);
2837-
color: rgba(255 255 255 / 0%);
2819+
background-color: #0c470000;
28382820
display: block;
2839-
}
2840-
2841-
.donor-logo:hover .donor-logo-cover {
2842-
background-color: rgba(128 0 0 / 80%);
2843-
color: rgba(255 255 255 / 100%);
2821+
color: #ffffff00;
28442822
}
28452823

28462824
.donor-name {
@@ -2916,3 +2894,7 @@ input:focus {
29162894
font-style: normal;
29172895
text-decoration: underline;
29182896
}
2897+
2898+
.scholarship-icons {
2899+
color: #197700;
2900+
}
-2.17 KB
Loading
-6.26 KB
Loading

assets/images/apple-touch-icon.png

3.54 KB
Loading

assets/images/browserconfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<msapplication>
44
<tile>
55
<square150x150logo src="assets/images/mstile-150x150.png"/>
6-
<TileColor>#b91d47</TileColor>
6+
<TileColor>0</TileColor>
77
</tile>
88
</msapplication>
99
</browserconfig>

assets/images/favicon-16x16.png

-378 Bytes
Loading

0 commit comments

Comments
 (0)