update nav and color
This commit is contained in:
parent
5543c1875b
commit
fbdbe0132d
@ -7,7 +7,7 @@ draft: false
|
|||||||
sort_by: weight
|
sort_by: weight
|
||||||
weight: 1
|
weight: 1
|
||||||
extra:
|
extra:
|
||||||
logo_path: images/logo.png
|
logo_path: images/mbweni_logo.png
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,7 +27,9 @@
|
|||||||
/* Custom css allowing image styling in markdown */
|
/* Custom css allowing image styling in markdown */
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
width: 50% !important;
|
width: 35% !important;
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
img[src*="#mx-auto"] {
|
img[src*="#mx-auto"] {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
@ -121,7 +123,7 @@ img[src*="#fig"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
color: #775840 !important;
|
color: #614734!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
@ -206,13 +208,13 @@ img[src*="#fig"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: #a38269;
|
background-color: #886851;
|
||||||
/* color: #984210; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
background-color: #775840;
|
background-color: #614734;
|
||||||
}
|
}
|
||||||
|
|
||||||
.experience-btn {
|
.experience-btn {
|
||||||
@ -238,7 +240,8 @@ background-color: #775840;
|
|||||||
}
|
}
|
||||||
|
|
||||||
header .customize {
|
header .customize {
|
||||||
background-color:#EEEBE4;
|
background-color:#614734;
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -265,10 +268,11 @@ header .customize div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: #775840;
|
background-color: #614734;
|
||||||
|
;
|
||||||
/* background: transparent; */
|
/* background: transparent; */
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
border-radius: 4px;
|
border-radius: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
padding-top:8px ;
|
padding-top:8px ;
|
||||||
@ -281,15 +285,15 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:hover{
|
a:hover{
|
||||||
color: #a38269 !important;
|
color: #cab3a1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a {
|
nav a {
|
||||||
color: #775840 !important;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:hover {
|
nav a:hover {
|
||||||
color: #a38269 !important;
|
color: #cab3a1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
BIN
static/images/mbweni_logo.png
Normal file
BIN
static/images/mbweni_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
tailwindcss
BIN
tailwindcss
Binary file not shown.
@ -97,7 +97,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<header id="header-container">
|
<header id="header-container">
|
||||||
{% set header_class = config.extra.header_class | default(value='') %}
|
{% set header_class = config.extra.header_class | default(value='') %}
|
||||||
<div class="{{'z-10 header_BG border-b-[1px] border-orange-900 fixed w-screen max-w-full ' ~ header_class}}">
|
<div class="{{'z-10 header_BG border-b-[1px] border-white-900 fixed w-screen max-w-full ' ~ header_class}}">
|
||||||
<div class="container mx-auto">
|
<div class="container mx-auto">
|
||||||
<div class="relative z-50 shadow">
|
<div class="relative z-50 shadow">
|
||||||
<div class="mx-auto flex z-50 shadow justify-between items-center pr-2 md:pr-0 py-2 lg:px-2 lg:justify-start lg:space-x-20">
|
<div class="mx-auto flex z-50 shadow justify-between items-center pr-2 md:pr-0 py-2 lg:px-2 lg:justify-start lg:space-x-20">
|
||||||
|
Loading…
Reference in New Issue
Block a user