Skip to content
Snippets Groups Projects
Verified Commit 024d1976 authored by David Beniamine's avatar David Beniamine
Browse files

Fixup

parent 076adb5b
No related branches found
No related tags found
No related merge requests found
......@@ -64,11 +64,12 @@ body { display: flex; flex-direction: column; }
/*** BASIC LAYOUT: HEADER ***/
#header {
background-image: linear-gradient(to right, #F8F9FA, #5A8264);
background: #EFEFEF;
color: #41B171;
}
#title, #logo {
font-family: Revalia;
#title, #logo, #title h1 {
font-family: Revalia !important;
float: left;
padding: 3em 3em 3em 0;
}
......@@ -177,15 +178,15 @@ body { display: flex; flex-direction: column; }
@font-face{
font-family: Revalia;
src: url(font/Revalia/Revalia-Regular.ttf)
src: url(../font/Revalia-Regular.ttf)
}
@font-face{
font-family: Cabin;
src: url(font/Cabin/Cabin-Medium.ttf)
src: url(../font/Cabin-Medium.ttf)
}
@font-face{
font-family: Cabin-Bold;
src: url(font/Cabin/Cabin-Bold.ttf)
src: url(../font/Cabin-Bold.ttf)
}
html { font-size: 16px; }
......@@ -210,12 +211,12 @@ p, hr, table, .table-responsive, ol, ul, dl, dd, pre, blockquote, fieldset {
}
a {
color: #2EAE9B;
color: #1E924D;
text-decoration: none;
-webkit-transition: color .2s ease-in;
transition: color .2s ease-in;
}
a:hover { color: #444; }
a:hover { color: #41B171; }
h1, h2, h3, h4, h5, h6 {
font-family: Cabin-bold;
......
File added
This diff is collapsed.
File added
File added
File added
File added
This diff is collapsed.
File added
File added
File added
File added
This diff is collapsed.
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment