Merge branch 'main' of gitlab.com:rawleyIfowler/rawleydotxyz

This commit is contained in:
rawleyIfowler
2022-04-16 12:05:34 -05:00
2 changed files with 4 additions and 1 deletions

View File

@@ -183,6 +183,9 @@ code {
body > * { body > * {
color: #f8f8f2; color: #f8f8f2;
} }
code {
color: #50fa7b;
}
a::after { a::after {
background-color: #bd93f9; background-color: #bd93f9;
} }

View File

@@ -7,7 +7,7 @@
<a href="https://www.nginx.org"> <a href="https://www.nginx.org">
<img src="/static/nginx.png" alt="Powered by NGiNX!" width="150px" height="50px"/> <img src="/static/nginx.png" alt="Powered by NGiNX!" width="150px" height="50px"/>
</a> </a>
<a href="https://www.go.dev"> <a href="https://go.dev">
<img src="/static/go.png" alt="Powered by Go!" widht="150px" height="50px" /> <img src="/static/go.png" alt="Powered by Go!" widht="150px" height="50px" />
</a> </a>
</div> </div>