Changed CSS for the blog to represent the intended font, changed a couple of other CSS properties

This commit is contained in:
chunk 2022-01-08 07:55:24 -07:00
parent d36cc53902
commit ffcf06394a
2 changed files with 15 additions and 3 deletions

View File

@ -26,7 +26,9 @@ body {
background-color: #181728;
color: aqua;
}
#divbody {
margin-bottom: 15px;
}
hr{
color: #123321;
}
@ -92,8 +94,16 @@ header {
margin-top:24px;margin-bottom:24px;text-align:center;
}
.subtitle {
font-size:small;margin:12px 0px;
font-size:small;
margin:12px 0px;
color: #CFCFCF;
}
.content p {
margin-left:24px;margin-right:24px;
}
.ablack {
padding-top: 8px;
padding-bottom: 3px;
margin-left: 0;
padding-left: 0;
}

View File

@ -5,7 +5,9 @@
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="blog.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="subscribe to this page..." href="https://gru.codeberg.page/blog/feed.xml">
<title>GRU's blog</title>
<title>GRU's Blog</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">