Skip to content

Commit 00e4e44

Browse files
committed
update personal site
1 parent ad01bf0 commit 00e4e44

3 files changed

Lines changed: 10 additions & 15 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Edoardo Spadoni
33
description: 'Software Engineer and Linux Enthusiast'
44
url: 'https://edospadoni.github.io'
5-
baseurl: '/'
5+
baseurl: ''
66

77
author:
88
name: 'Edoardo Spadoni'

_includes/header.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<span class="mobile btn-mobile-menu">
2-
<i class="icon icon-list btn-mobile-menu__icon"></i>
3-
<i class="icon icon-x-circle btn-mobile-close__icon hidden"></i>
4-
</span>
5-
61
<header class="panel-cover">
72
<div class="panel-main">
83

css/uno.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,15 +1234,15 @@ html {
12341234
body {
12351235
font-family: "Raleway", sans-serif;
12361236
font-size: 1em;
1237-
color: #666666;
1237+
color: #141414;
12381238
}
12391239

12401240
::selection {
1241-
background: #a7a7a7;
1241+
background: #141414;
12421242
}
12431243

12441244
::-moz-selection {
1245-
background: #a7a7a7;
1245+
background: #141414;
12461246
}
12471247

12481248
a {
@@ -1379,7 +1379,7 @@ pre code {
13791379
}
13801380

13811381
.date a, .time a, .author a, .tags a {
1382-
color: #666666;
1382+
color: #141414;
13831383
}
13841384

13851385
.date a:hover, .time a:hover, .author a:hover, .tags a:hover {
@@ -1571,9 +1571,9 @@ hr {
15711571
width: 100%;
15721572
max-width: none;
15731573
height: 100%;
1574-
background: #666666;
1574+
background: #141414;
15751575
background-size: cover;
1576-
overflow: auto;
1576+
overflow-y: auto;
15771577
}
15781578

15791579
.panel-cover--collapsed {
@@ -1589,7 +1589,7 @@ hr {
15891589
right: 0;
15901590
bottom: 0;
15911591
left: 0;
1592-
background-color: rgba(20, 20, 20);
1592+
background-color: #141414;
15931593
}
15941594

15951595
.panel-cover__logo {
@@ -1903,7 +1903,7 @@ input[type="text"], input[type="password"], input[type="datetime"], input[type="
19031903
border: 1px solid #dddddd;
19041904
border-radius: 3px;
19051905
font-size: .9em;
1906-
color: #666666;
1906+
color: #141414;
19071907
}
19081908

19091909
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus {
@@ -1955,7 +1955,7 @@ input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-place
19551955
}
19561956
.panel-main__inner {
19571957
display: table-cell;
1958-
padding: 60px 10%;
1958+
padding: 60px 0%;
19591959
}
19601960
.panel-cover.panel-cover--collapsed {
19611961
display: block;

0 commit comments

Comments
 (0)