mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
New logo #1
This commit is contained in:
parent
9cc3f7103c
commit
82bdb24f72
5 changed files with 220 additions and 54 deletions
1
exampleSite/layouts/partials/favicon.html
Normal file
1
exampleSite/layouts/partials/favicon.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<link rel="shortcut icon" href="/images/logo.svg" />
|
File diff suppressed because one or more lines are too long
68
exampleSite/static/images/logo.svg
Normal file
68
exampleSite/static/images/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 20 KiB |
File diff suppressed because one or more lines are too long
|
@ -129,4 +129,23 @@ a:hover {
|
||||||
|
|
||||||
#shortcuts h3{
|
#shortcuts h3{
|
||||||
color: var(--MENU-SECTIONS-LINK-HOVER-color) !important;
|
color: var(--MENU-SECTIONS-LINK-HOVER-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a#logo{
|
||||||
|
color: white;
|
||||||
|
font-family: "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top: -2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo #relearn-logo{
|
||||||
|
height: 65px;
|
||||||
|
margin-bottom: -20px;
|
||||||
|
margin-top: -20px;
|
||||||
|
width: 65px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#relearn-logo path {
|
||||||
|
fill: #fff !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue