Skip to content

Commit 2939726

Browse files
committed
colors
1 parent 23c87ce commit 2939726

1 file changed

Lines changed: 11 additions & 14 deletions

File tree

site.css

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@
3535
.subhead {
3636
font-family: 'Open Sans Condensed Bold';
3737
font-size: 24px;
38-
color: rgba(40, 0, 125, 0.8);
38+
color: rgba(87, 43, 122, 0.8);
3939
}
4040

4141
.content {
4242
font-family: 'Open Sans Condensed Bold';
4343
font-size: 16px;
44-
color: rgba(100, 82, 207, 0.5);
4544
color: rgba(20, 82, 207, 0.6);
4645
}
4746

@@ -57,7 +56,7 @@
5756
.fill-purple { background-color: rgba(87, 43, 122, 1); }
5857
.fill-light { background-color: rgba(173, 182, 196, 1); }
5958
.fill-gold { background-color: rgba(255, 202, 27, 1); }
60-
.fill-white { background-color: #fff; }
59+
.fill-white { background-color: #fff; }
6160

6261

6362

@@ -95,7 +94,7 @@ section {
9594
footer {
9695
height: 5vh;
9796
background-color: rgba(173, 182, 196, 1);
98-
color: #E6F2FA;
97+
color: rgba(255, 255, 255, 0.8);
9998
font-family: 'Open Sans Condensed Light';
10099
font-size: 12px;
101100
letter-spacing: .5px;
@@ -105,8 +104,6 @@ footer {
105104
position:relative;
106105
}
107106
.overlay {
108-
/*005591
109-
background: rgba(0, 85, 145, 0.6)*/
110107
background: rgba(20, 82, 207, 0.6);
111108
position: absolute;
112109
width: 100%;
@@ -200,8 +197,9 @@ h2 { font-size:36px; line-height:42px; }
200197
h3 { font-size:24px; line-height:36px; }
201198
h4 { font-size:16px; font-weight:bold; }
202199

203-
a { color:#4698ca; }
204-
a:hover { color:#043b5d; }
200+
a { font-size: 12px; color: rgba(87, 43, 122, 1); /*color:#4698ca;*/ }
201+
a:hover { color: white; background-color: rgba(87, 43, 122, 0.8); padding-left: 5px; padding-right: 5px; }
202+
205203

206204
label {
207205
font:14px/1.6667 'Helvetica neue', Helvetica, sans-serif;
@@ -285,8 +283,12 @@ bdo {
285283
.button:hover {
286284
background-color: #FFCA1B;
287285
border-radius: 5px;
288-
color: #5052CF;
286+
color: white;
289287
}
288+
a:hover .button {
289+
text-decoration: none;
290+
/* NO CLUE ON THAT PURPLE LINE */
291+
}
290292

291293

292294

@@ -481,12 +483,7 @@ bdo {
481483
font-size:60px;
482484
}
483485

484-
/* Forms */
485-
.radio-pill input[type=radio] + .button { background-color:#fff; color:#000; }
486-
.radio-pill input[type=radio] + .button:hover { background-color:#eee; }
487486

488-
.radio-pill input[type=radio]:checked + .button:hover,
489-
.radio-pill input[type=radio]:checked + .button { background-color:#4698ca; color:#fff; }
490487

491488
/* Device style */
492489
.device {

0 commit comments

Comments
 (0)