mirror of https://gitlab.com/bashrc2/epicyon
Color changes
parent
ba3f3bb220
commit
e847d6000a
|
@ -9,6 +9,8 @@
|
||||||
--font-size-header: 18px;
|
--font-size-header: 18px;
|
||||||
--font-color-header: #ccc;
|
--font-color-header: #ccc;
|
||||||
--font-size: 22px;
|
--font-size: 22px;
|
||||||
|
--text-entry-foreground: #ccc;
|
||||||
|
--text-entry-background: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
body, html {
|
body, html {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #282c37;
|
--main-bg-color: #282c37;
|
||||||
--main-bg-color-darker: #232c37;
|
--main-bg-color-darker: #232c37;
|
||||||
|
--main-header-color-roles: #282237;
|
||||||
--main-fg-color: #9baec8;
|
--main-fg-color: #9baec8;
|
||||||
--main-link-color: #2980d9;
|
--main-link-color: #2980d9;
|
||||||
--main-visited-color: #1580d9;
|
--main-visited-color: #1580d9;
|
||||||
|
@ -98,12 +99,12 @@ a:link {
|
||||||
.roles {
|
.roles {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
left: 35%;
|
left: 35%;
|
||||||
background-color: #f1f1f1;
|
background-color: var(--main-header-color-roles);
|
||||||
}
|
}
|
||||||
|
|
||||||
.roles-inner {
|
.roles-inner {
|
||||||
padding: 10px 25px;
|
padding: 10px 25px;
|
||||||
background-color: #ffffff;
|
background-color: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-text img {
|
.hero-text img {
|
||||||
|
@ -400,7 +401,7 @@ a:link {
|
||||||
|
|
||||||
.share-title {
|
.share-title {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
color: #222;
|
color: var(--main-fg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skill-title {
|
.skill-title {
|
||||||
|
@ -435,6 +436,8 @@ input[type=text], select, textarea {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
background-color: var(--main-bg-color-darker);
|
||||||
|
color: var(--main-fg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=number] {
|
input[type=number] {
|
||||||
|
@ -554,7 +557,7 @@ input[type=submit]:hover {
|
||||||
.dropdown-content {
|
.dropdown-content {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #f1f1f1;
|
background-color: var(--main-bg-color);
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
@ -562,7 +565,7 @@ input[type=submit]:hover {
|
||||||
|
|
||||||
/* Links inside the dropdown */
|
/* Links inside the dropdown */
|
||||||
.dropdown-content a {
|
.dropdown-content a {
|
||||||
color: black;
|
color: var(--main-fg-color);
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -592,7 +595,7 @@ input[type=submit]:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Change color of dropdown links on 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 */
|
/* Show the dropdown menu on hover */
|
||||||
.dropdown:hover .dropdown-content {display: block;}
|
.dropdown:hover .dropdown-content {display: block;}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
BIN
img/login.png
BIN
img/login.png
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 23 KiB |
BIN
img/logo.png
BIN
img/logo.png
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue