mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Orange colors
This commit is contained in:
parent
ce238a87d3
commit
5741d499a9
1 changed files with 9 additions and 9 deletions
|
@ -42,7 +42,7 @@ body {
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
h2 {
|
h2 {
|
||||||
color: #aa0000;
|
color: #ffaa00;
|
||||||
font-family: montserratbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: montserratbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 3.000em;
|
font-size: 3.000em;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
@ -52,12 +52,12 @@ h2 {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #aa0000;
|
color: #ffaa00;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover,
|
a:hover,
|
||||||
a:focus {
|
a:focus {
|
||||||
color: #d10000;
|
color: #ffbb32;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icons */
|
/* Icons */
|
||||||
|
@ -94,7 +94,7 @@ a:focus {
|
||||||
/* Navigation */
|
/* Navigation */
|
||||||
|
|
||||||
#navigation {
|
#navigation {
|
||||||
background: #aa0000;
|
background: #ffaa00;
|
||||||
display: table;
|
display: table;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -112,7 +112,7 @@ a:focus {
|
||||||
padding: 0.250em;
|
padding: 0.250em;
|
||||||
}
|
}
|
||||||
#navigation a {
|
#navigation a {
|
||||||
color: #f5f5f5;
|
color: #fff6e5;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
font-size: 1.875em;
|
font-size: 1.875em;
|
||||||
padding: 0.875em;
|
padding: 0.875em;
|
||||||
|
@ -126,9 +126,9 @@ a:focus {
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
background: #aa0000;
|
background: #ffaa00;
|
||||||
border-radius: 0.375em;
|
border-radius: 0.375em;
|
||||||
color: #f5f5f5;
|
color: #fff6e5;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: montserratregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: montserratregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
@ -139,8 +139,8 @@ a:focus {
|
||||||
}
|
}
|
||||||
.button:hover,
|
.button:hover,
|
||||||
.button:focus {
|
.button:focus {
|
||||||
background: #d10000;
|
background: #ffbb32;
|
||||||
color: #f5f5f5;
|
color: #fff6e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive Design */
|
/* Responsive Design */
|
||||||
|
|
Loading…
Reference in a new issue