commit 6a03f0bcaa317727d92d3f03e415d5f84aea9e8f
parent 104f08baf37d02c32590c81c8bc5c927a717a2fe
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 19 Dec 2022 13:18:03 +0000
headers
Diffstat:
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/static/css/stylemin.css b/static/css/stylemin.css
@@ -18,6 +18,8 @@ body {
line-height: 1.5;
}
+
+
a {
color: #e3d3a7;
text-decoration: none;
@@ -34,6 +36,21 @@ ul {
list-style: '- ';
}
+h1 {
+ color: #9c353e;
+ font-family: 'main-font';
+}
+
+h2, h3, h4, h5 {
+ color: #8e7a7a;
+ font-family: 'main-font';
+}
+
+hr {
+ border-bottom: 0px;
+ border-top: 1px dotted #454545;
+}
+
strong {
/*color: #9c3151;*/
color: #c54355;