mirror of https://github.com/nate2014jatc/AGSTATUS
10-30-23_23:49:38
This commit is contained in:
parent
3d314a82a2
commit
00809e459f
|
@ -2,7 +2,7 @@
|
|||
title: Astragroup Status Updates
|
||||
email: admin@astragroup.info
|
||||
description: >-
|
||||
A simple micro-blog for status updates relating to various AG services.
|
||||
A micro-blog for status updates relating to various AG services.
|
||||
(Hosting, NextCloud, Gitea, Etc.)
|
||||
baseurl: ""
|
||||
url: "https://status.astragroup.info"
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||
<meta name="theme-color" content="#0066ff">
|
||||
<link rel="stylesheet" href="/assets/authorblurb.css">
|
||||
<link rel="stylesheet" href="/assets/additionalCSS.css"
|
||||
<link rel="stylesheet" href="/assets/additionalCSS.css">
|
||||
<link rel="icon" type="image/png" href="/assets/img/AstraGroup_128x128.png">
|
||||
{% seo %}
|
||||
</head>
|
||||
<body>
|
||||
<body style="font-family: neuropoliticalregular;">
|
||||
<header>
|
||||
<div class="container">
|
||||
<a id="a-title" href="{{ '/' | relative_url }}"target="_blank">
|
||||
|
|
|
@ -19,12 +19,13 @@
|
|||
|
||||
|
||||
.author-bio .author-name {
|
||||
padding-top: 4px;
|
||||
padding-left: 4px;
|
||||
padding-top: 8px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.author-bio .bio {
|
||||
padding-left: 8px;
|
||||
padding-bottom: 4px;
|
||||
border-radius: 12px;
|
||||
border-width: 4px;
|
||||
border-style: groove;
|
||||
|
@ -33,4 +34,5 @@
|
|||
.author-bio .social-link {
|
||||
padding-left: 12px;
|
||||
padding-bottom: 4px;
|
||||
color: #d38700;
|
||||
}
|
Loading…
Reference in New Issue