[SITE] add favicons + small change to accent color
This commit is contained in:
parent
3bb2f62d5f
commit
88b6033520
36 changed files with 485 additions and 10 deletions
|
@ -29,9 +29,9 @@ p {
|
|||
line-height: 1.5em; }
|
||||
|
||||
a {
|
||||
color: #2da301; }
|
||||
color: #2dac01; }
|
||||
a:active, a:hover, a:focus {
|
||||
color: #1f7001; }
|
||||
color: #207901; }
|
||||
|
||||
main p a {
|
||||
text-decoration: underline; }
|
||||
|
@ -108,7 +108,7 @@ nav {
|
|||
font-weight: 300;
|
||||
margin: 30px 9px 1px; }
|
||||
nav ul.nav a:hover, nav ul.nav a:focus, nav ul.nav a.active {
|
||||
border-bottom: 1px solid #2da301; }
|
||||
border-bottom: 1px solid #2dac01; }
|
||||
nav ul.nav a.section {
|
||||
font-weight: 500; } }
|
||||
|
||||
|
@ -126,7 +126,7 @@ nav {
|
|||
font-size: 20px;
|
||||
font-weight: 300; }
|
||||
nav ul.mobileNav a.active {
|
||||
color: #2da301;
|
||||
color: #2dac01;
|
||||
font-weight: 700; }
|
||||
.navbar-toggler {
|
||||
padding: 0.5rem 0.75rem;
|
||||
|
|
|
@ -9,11 +9,11 @@ main div.home {
|
|||
font-family: 'Boon-Logo', "Verdana", "Arial", sans-serif;
|
||||
font-size: 24.5px;
|
||||
line-height: 1.2em;
|
||||
font-weight: 100;
|
||||
font-weight: 300;
|
||||
width: 11em;
|
||||
margin: 0 auto; }
|
||||
main div.home div.logo span {
|
||||
color: #2da301;
|
||||
color: #2dac01;
|
||||
font-weight: 400; }
|
||||
main div.home div.logo span.firstname {
|
||||
padding-left: 0.1em;
|
||||
|
|
|
@ -6,9 +6,9 @@ body {
|
|||
color: #fff; }
|
||||
|
||||
a {
|
||||
color: #34bc01; }
|
||||
color: #34c501; }
|
||||
a:active, a:hover {
|
||||
color: #42ef01; }
|
||||
color: #41f801; }
|
||||
|
||||
main p a:visited {
|
||||
color: #cccccc; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue