Updating Foundation role

This commit is contained in:
2022-09-15 13:16:08 -05:00
parent 94f546a7be
commit b7d26b6aa7
9 changed files with 844 additions and 330 deletions

View File

@@ -2,7 +2,7 @@
set -x
URI=https://foundation.aninix.net/assets/css/theme-arc-green.css
URI=https://aninix.net/assets/css/theme-arc-green.css
# Gitea arc-green palette
BOLDTEXT='#87ab63'
@@ -37,6 +37,15 @@ ANINIXNAV='#000000'
margin-bottom: 30px;
display: block;
}
body {
background-color: $ANINIXBG;
color: $ANINIXTEXT;
}
a {
color: $ANINIXBOLD;
}
") \
| sed "s/$BOLDTEXT/$ANINIXBOLD/gI" \
| sed "s/$TEXT/$ANINIXTEXT/gI" \