Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vinthony committed Apr 15, 2021
1 parent 28eb567 commit 0eaa527
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
</head>

<body style="border-top:5px solid #E98B2A;border-bottom:5px solid #E98B2A;">
<body >


<div id="main" role="main" class="container" style="margin-top: 20px;">
Expand Down
20 changes: 16 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@
layout: default
---


<style type="text/css">
body{
font-weight: 200;
font-size: 16px;
/*background-color: rgb(43, 60, 197);*/
/*color: rgb(0, 79, 241);*/
/*color: white;*/
border-top:5px solid rgb(255, 180, 240);
border-bottom:5px solid orange;
}
b{
color:rgb(0, 79, 241);
}

.posts{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
Expand All @@ -16,12 +25,13 @@
line-height: 1.5em;
}
.post{
border-left: 5px solid rgba(225, 166, 121, 0.5);
border-left: 5px solid rgba(0, 79, 241, 0.5);
}
.xtitle{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
margin: 10px 0;
color: rgb(0, 79, 241);
}

.posts .teaser{
Expand All @@ -43,10 +53,12 @@
right: -0.1em;
bottom: 0;
transition:top 200ms cubic-bezier(0, 0.8, 0.13, 1);
background-color: rgba(225, 166, 121, 0.5);
/*background-color: rgba(225, 166, 121, 0.5);*/
background-color: rgba(255,211,30, 0.5);
}
.emojilink:after{
background-color: rgba(225, 166, 121, 0.0);
background-color: rgba(255,211,30, 0.0)
/*rgba(225, 166, 121, 0.0);*/
}
a:hover{
color:orange;
Expand Down

0 comments on commit 0eaa527

Please sign in to comment.