Update moeta.css

This commit is contained in:
MattTheTekie 2023-09-23 14:08:00 -04:00 committed by GitHub
commit 455370fbd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
@font-face {
font-family: "System Font";
src: url("fonts/SFUIRounded.woff") format('woff');
src: url("assets/fonts/SFUIRounded.woff") format('woff');
}
:root {
--genwidth: 850px ;
@ -38,7 +38,7 @@ body{
float: right;
padding: 1.5em;
max-width: 35em;
background: url(bg.gif) center center/cover fixed no-repeat;
background: url(assets/images/bg.gif) center center/cover fixed no-repeat;
}
header{
text-align: right;