Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theoparashkevov committed Oct 30, 2023
1 parent f790205 commit ce2c174
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/back.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permalink: /back/
padding: 20px;
width: 300px;
margin: 50px auto;
background: #f9f9f9;
background: #f9f9f942;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

Expand All @@ -28,22 +28,22 @@ permalink: /back/
text-align: center;
margin-top: 20px;
text-decoration: none;
color: #333;
color: #79b8ff;
}

.lightbox a:hover {
color: #bbb
text-decoration: underline;
}
</style>
</head>
<body>
<a href="https://theoparashkevov.github.io">
<div class="lightbox">
<h2>
<a href="https://theoparashkevov.github.io">
Go back to Teo Parashkevov's main Blog
</a>
Go back to Main Blog
</h2>
</div>
</a>
</body>
</html>
[Teo Parashkevov]()

0 comments on commit ce2c174

Please sign in to comment.