aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDylan Bolger <dylanbolger@Dylans-MacBook-Air.local>2018-03-18 00:51:25 -0500
committerDylan Bolger <dylanbolger@Dylans-MacBook-Air.local>2018-03-18 00:51:25 -0500
commitc4a1b626922c2db3a4b683706006b294b16734a7 (patch)
tree8a10f207708531615255259255e1d44e9cdfff90 /assets
parent1aa4976c7bd2f81a643f5dbbf41f920669e02163 (diff)
downloadpersonal-website-c4a1b626922c2db3a4b683706006b294b16734a7.tar.xz
personal-website-c4a1b626922c2db3a4b683706006b294b16734a7.zip
cc
Diffstat (limited to 'assets')
-rwxr-xr-xassets/css/main.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index a811a85..85f64d0 100755
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -1726,7 +1726,7 @@
}
header.major h2 {
- color: #4acaa8;
+ color: #5AC8FA;
font-size: 3.5em;
}
@@ -1789,7 +1789,7 @@
input[type="email"]:focus,
select:focus,
textarea:focus {
- border-color: #4acaa8;
+ border-color: #5AC8FA;
}
.select-wrapper {
@@ -1899,7 +1899,7 @@
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
- border-color: #4acaa8;
+ border-color: #5AC8FA;
}
input[type="checkbox"] + label:before {
@@ -2092,7 +2092,7 @@
}
ul.feature-icons li:before {
- background: #4acaa8;
+ background: #5AC8FA;
border-radius: 100%;
color: #ffffff;
display: block;
@@ -2379,7 +2379,7 @@
input[type="reset"].special,
input[type="button"].special,
.button.special {
- background-color: #4acaa8;
+ background-color: #5AC8FA;
color: #ffffff !important;
}
@@ -2461,7 +2461,7 @@
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
- background: #4acaa8;
+ background: #5AC8FA;
color: #d1f1e9;
height: 100%;
overflow-y: auto;
@@ -2569,7 +2569,7 @@
#header > nav ul li a.active {
background: #fff;
- color: #4acaa8 !important;
+ color: #5AC8FA !important;
}
#header > nav ul li:first-child {
@@ -2848,7 +2848,7 @@
}
#titleBar .toggle:before {
- background: #4acaa8;
+ background: #5AC8FA;
color: #ffffff;
content: '\f0c9';
display: block;