noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: e17528f4202fc322fff17b1cdeb865786c49d825
parent: f228211a25a3323c576d2eb44d67e8f3d21e01f7
author: Chris Noxz <chris@noxz.tech>
date:   Sat, 20 Jun 2020 11:08:34 +0200
add brave icon
Mnoxz.tech/pub/.assemble1+
Mnoxz.tech/pub/style.css6+++++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/noxz.tech/pub/.assemble b/noxz.tech/pub/.assemble
@@ -2,6 +2,7 @@ logo.black.svg
 logo.svg
 rss.svg
 twtxt.svg
+brave.svg
 logo.png
 style.css
 chrisnoxz.pub
diff --git a/noxz.tech/pub/style.css b/noxz.tech/pub/style.css
@@ -235,7 +235,7 @@ pre code {
 	font-size       : 84%;
 }
 
-a.rss,a.twtxt {
+a.rss,a.twtxt,a.brave {
 	display         : block;
 	background      : none no-repeat 0.9em center;
 	padding         : 0.8ex 0 0.8ex 2.2em !important;
@@ -250,6 +250,10 @@ a.twtxt {
 	background-image: url("/pub/twtxt.svg");
 }
 
+a.brave {
+	background-image: url("/pub/brave.svg");
+}
+
 ul.repo-log {
 	list-style-type : none;
 	margin          : 0;