Changed the border style of the code blocks and added the reviews to

the header
master
Barrington 2022-11-27 14:19:49 +01:00
parent 5133ecfc21
commit 2a2f00ce59
Signed by: svragv
GPG Key ID: B39C0BCEE94A4A89
2 changed files with 7 additions and 5 deletions

View File

@ -101,13 +101,11 @@ body {
font-family:monospace;
background-image: url(../img/stars.png);
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p, ul, li, pre, blockquote {
color: white;
}
a {
color: @cool_click;
font-weight: bold;
@ -120,9 +118,10 @@ a:hover {
.src {
background-color: black!important;
padding: 5px;
margin: 2px;
padding: 10px;
margin: 5px;
.border_red();
border-style:dashed;
}
.cat_image {

View File

@ -17,7 +17,10 @@
<a href="/blog">blog</a>
</div>
<div class="button">
<a href="https://git.suragu.net">git</a>
<a href="/marijuana_reviews.html">Reviews</a>
</div>
<div class="button">
<a href="https://git.suragu.net">git</a>
</div>
</div>