Skip to content

Commit

Permalink
fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
McAlec1 committed Jan 11, 2025
1 parent 802578b commit 053df51
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@


* {margin: 0;padding: 0;box-sizing: border-box;}
body {cursor: url('/cursor/default.cur'), default;font-display: auto;}
body {cursor: url('/img/cursor/default.cur'), default;font-display: auto;}
::selection {color: #000;background-color: #fff;}

h1 {font-family: LatoRegular;cursor: url('/cursor/text.cur'), text;}
h1 {font-family: LatoRegular;cursor: url('/img/cursor/text.cur'), text;}
h1 b {font-family: LatoBold;}
h1 i {font-family: LatoBoldItalic;}
h2 {font-family: LatoRegular;cursor: url('/cursor/text.cur'), text;}
h2 {font-family: LatoRegular;cursor: url('/img/cursor/text.cur'), text;}
h2 b {font-family: LatoBold;}
h2 i {font-family: LatoRegularItalic;}
h3 {font-family: LatoLight;cursor: url('/cursor/text.cur'), text;}
h3 {font-family: LatoLight;cursor: url('/img/cursor/text.cur'), text;}
h3 b {font-family: LatoRegular;}
h3 i {font-family: LatoLightItalic;}
p {font-family: LatoRegular;cursor: url('/cursor/text.cur'), text;}
b {font-family: LatoBold;cursor: url('/cursor/text.cur'), text;}
i {font-family: LatoRegularItalic;cursor: url('/cursor/text.cur'), text;}
a {font-family: LatoRegular;cursor: url('/cursor/pointer.cur'), pointer;}
p {font-family: LatoRegular;cursor: url('/img/cursor/text.cur'), text;}
b {font-family: LatoBold;cursor: url('/img/cursor/text.cur'), text;}
i {font-family: LatoRegularItalic;cursor: url('/img/cursor/text.cur'), text;}
a {font-family: LatoRegular;cursor: url('/img/cursor/pointer.cur'), pointer;}

.navbar {
position: fixed;
Expand Down
Binary file removed favicon.ico
Binary file not shown.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added img/mcalec-dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="icon" type="image/png" href="/mcalec-dev.png">
<link rel="icon" type="image/png" href="/img/mcalec-dev.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="web.mcalec.dev" />
<meta property="og:description" content="McAlec Development;
Expand Down

0 comments on commit 053df51

Please sign in to comment.