Color changes

master
Bob Mottram 2019-08-10 21:33:35 +01:00
parent ba3f3bb220
commit e847d6000a
5 changed files with 11 additions and 6 deletions

View File

@ -9,6 +9,8 @@
--font-size-header: 18px;
--font-color-header: #ccc;
--font-size: 22px;
--text-entry-foreground: #ccc;
--text-entry-background: #111;
}
body, html {

View File

@ -3,6 +3,7 @@
:root {
--main-bg-color: #282c37;
--main-bg-color-darker: #232c37;
--main-header-color-roles: #282237;
--main-fg-color: #9baec8;
--main-link-color: #2980d9;
--main-visited-color: #1580d9;
@ -98,12 +99,12 @@ a:link {
.roles {
text-align: center;
left: 35%;
background-color: #f1f1f1;
background-color: var(--main-header-color-roles);
}
.roles-inner {
padding: 10px 25px;
background-color: #ffffff;
background-color: var(--main-bg-color);
}
.hero-text img {
@ -400,7 +401,7 @@ a:link {
.share-title {
margin-top: 0px;
color: #222;
color: var(--main-fg-color);
}
.skill-title {
@ -435,6 +436,8 @@ input[type=text], select, textarea {
margin-bottom: 16px;
resize: vertical;
font-size: 18px;
background-color: var(--main-bg-color-darker);
color: var(--main-fg-color);
}
input[type=number] {
@ -554,7 +557,7 @@ input[type=submit]:hover {
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
background-color: var(--main-bg-color);
min-width: 300px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
@ -562,7 +565,7 @@ input[type=submit]:hover {
/* Links inside the dropdown */
.dropdown-content a {
color: black;
color: var(--main-fg-color);
padding: 12px 16px;
text-decoration: none;
display: block;
@ -592,7 +595,7 @@ input[type=submit]:hover {
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
.dropdown-content a:hover {background-color: #111;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 23 KiB